Skip to content

Commit

Permalink
Shortcut TextBoxes are now loading on start (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed Apr 17, 2022
1 parent 8d22d90 commit 37d708d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ColorPicker/Pages/SettingsPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ private async void InitUI()
ThemeApplyBtn.Visibility = Visibility.Hidden; // Hide
RGBFormatApplyBtn.Visibility = Visibility.Hidden; // Hide

// Load ShortcutTextBoxes
CopyShortcutTxt.Text = Global.Settings.CopyKeyboardShortcut; // Set text
SelectShortcutTxt.Text = Global.Settings.SelectKeyboardShortcut; // Set text

// Update the UpdateStatusTxt
if (Global.Settings.CheckUpdatesOnStart)
{
Expand Down

0 comments on commit 37d708d

Please sign in to comment.