From 2b722852e456ecc912b94c134c81ab8fbbd54305 Mon Sep 17 00:00:00 2001 From: DB p Date: Wed, 24 Nov 2021 20:43:17 +0900 Subject: [PATCH] Add Strings in about panel Add github / docs link --- Flow.Launcher.Infrastructure/Constant.cs | 2 + Flow.Launcher/Languages/en.xaml | 5 ++ Flow.Launcher/SettingWindow.xaml | 48 +++++++++++++------ .../ViewModel/SettingWindowViewModel.cs | 2 + 4 files changed, 43 insertions(+), 14 deletions(-) diff --git a/Flow.Launcher.Infrastructure/Constant.cs b/Flow.Launcher.Infrastructure/Constant.cs index 283ab7703..081dd9909 100644 --- a/Flow.Launcher.Infrastructure/Constant.cs +++ b/Flow.Launcher.Infrastructure/Constant.cs @@ -40,5 +40,7 @@ namespace Flow.Launcher.Infrastructure public const string Logs = "Logs"; public const string Website = "https://flow-launcher.github.io"; + public const string GitHub = "https://github.com/Flow-Launcher/Flow.Launcher"; + public const string Docs = "https://flow-launcher.github.io/docs"; } } diff --git a/Flow.Launcher/Languages/en.xaml b/Flow.Launcher/Languages/en.xaml index 6ccc8010e..6cd198d0b 100644 --- a/Flow.Launcher/Languages/en.xaml +++ b/Flow.Launcher/Languages/en.xaml @@ -130,6 +130,8 @@ About Website + Github + Docs Version You have activated Flow Launcher {0} times Check for Updates @@ -141,6 +143,9 @@ Release Notes Usage Tips + DevTools + Setting Folder + Log Folder Select File Manager diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 1524a2940..0df6233d3 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -2348,11 +2348,21 @@ - - - - - + + + + + + + + + + + + @@ -2366,7 +2376,7 @@ - + @@ -2380,11 +2390,21 @@ - - - - - + + + + + + + + + + + + @@ -2394,7 +2414,7 @@ - + -