Skip to content

Commit

Permalink
DarkTheme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Jan 17, 2024
1 parent 70e2e2e commit fcfa182
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@ static void SystemEvents_UserPreferenceChanged(object sender, UserPreferenceChan

if (settingsForm.matrixForm is not null && settingsForm.matrixForm.Text != "")
settingsForm.matrixForm.InitTheme();

if (settingsForm.handheldForm is not null && settingsForm.handheldForm.Text != "")
settingsForm.handheldForm.InitTheme();

break;
}
}
Expand Down

0 comments on commit fcfa182

Please sign in to comment.