diff --git a/PermaTop/Pages/SettingsPage.xaml b/PermaTop/Pages/SettingsPage.xaml index 48ce371..7a639b2 100644 --- a/PermaTop/Pages/SettingsPage.xaml +++ b/PermaTop/Pages/SettingsPage.xaml @@ -352,6 +352,17 @@ Foreground="{DynamicResource Foreground1}" Style="{DynamicResource CheckBoxStyle1}" Unchecked="LaunchOnStartChk_Checked" /> + + + + + /// Looks up a localized string similar to PermaTop will start minimized in the system tray if you enable this option.. + /// + public static string PermaTopOnStartInfo { + get { + return ResourceManager.GetString("PermaTopOnStartInfo", resourceCulture); + } + } + /// /// Looks up a localized string similar to Pin. /// diff --git a/PermaTop/Properties/Resources.en-US.resx b/PermaTop/Properties/Resources.en-US.resx index 083ef75..2fe5e4b 100644 --- a/PermaTop/Properties/Resources.en-US.resx +++ b/PermaTop/Properties/Resources.en-US.resx @@ -321,4 +321,7 @@ Launch PermaTop at Windows startup + + PermaTop will start minimized in the system tray if you enable this option. + \ No newline at end of file diff --git a/PermaTop/Properties/Resources.fr-FR.resx b/PermaTop/Properties/Resources.fr-FR.resx index b56eaed..1ef7428 100644 --- a/PermaTop/Properties/Resources.fr-FR.resx +++ b/PermaTop/Properties/Resources.fr-FR.resx @@ -321,4 +321,7 @@ Lancer PermaTop lors du démarrage de Windows + + PermaTop démarrera minimisé dans la barre d'état système si vous activez cette option. + \ No newline at end of file diff --git a/PermaTop/Properties/Resources.resx b/PermaTop/Properties/Resources.resx index eedbd2e..d59edc7 100644 --- a/PermaTop/Properties/Resources.resx +++ b/PermaTop/Properties/Resources.resx @@ -301,4 +301,7 @@ Launch PermaTop at Windows startup + + PermaTop will start minimized in the system tray if you enable this option. + \ No newline at end of file