Skip to content

Commit

Permalink
Added information message (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Jan 6, 2024
1 parent 0435019 commit bd6afab
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 0 deletions.
11 changes: 11 additions & 0 deletions PermaTop/Pages/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,17 @@
Foreground="{DynamicResource Foreground1}"
Style="{DynamicResource CheckBoxStyle1}"
Unchecked="LaunchOnStartChk_Checked" />
<StackPanel Margin="10 0 0 0" Orientation="Horizontal">
<TextBlock
VerticalAlignment="Center"
FontFamily="..\Fonts\#FluentSystemIcons-Regular"
FontSize="14"
Text="&#xF4A4;" />
<TextBlock
Margin="5 0 0 0"
VerticalAlignment="Center"
Text="{x:Static lang:Resources.PermaTopOnStartInfo}" />
</StackPanel>
</StackPanel>
</Expander>
<Expander
Expand Down
9 changes: 9 additions & 0 deletions PermaTop/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions PermaTop/Properties/Resources.en-US.resx
Original file line number Diff line number Diff line change
Expand Up @@ -321,4 +321,7 @@
<data name="LaunchOnStart" xml:space="preserve">
<value>Launch PermaTop at Windows startup</value>
</data>
<data name="PermaTopOnStartInfo" xml:space="preserve">
<value>PermaTop will start minimized in the system tray if you enable this option.</value>
</data>
</root>
3 changes: 3 additions & 0 deletions PermaTop/Properties/Resources.fr-FR.resx
Original file line number Diff line number Diff line change
Expand Up @@ -321,4 +321,7 @@
<data name="LaunchOnStart" xml:space="preserve">
<value>Lancer PermaTop lors du démarrage de Windows</value>
</data>
<data name="PermaTopOnStartInfo" xml:space="preserve">
<value>PermaTop démarrera minimisé dans la barre d'état système si vous activez cette option.</value>
</data>
</root>
3 changes: 3 additions & 0 deletions PermaTop/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -301,4 +301,7 @@
<data name="LaunchOnStart" xml:space="preserve">
<value>Launch PermaTop at Windows startup</value>
</data>
<data name="PermaTopOnStartInfo" xml:space="preserve">
<value>PermaTop will start minimized in the system tray if you enable this option.</value>
</data>
</root>

0 comments on commit bd6afab

Please sign in to comment.