Add selectable color schemes
This commit is contained in:
@@ -20,6 +20,7 @@ public sealed class LauncherController : IDisposable
|
||||
public void Start()
|
||||
{
|
||||
Config = ConfigService.Load();
|
||||
ThemeService.Apply(Config.ThemeScheme);
|
||||
CreateTrayIcon();
|
||||
RegisterHotkey();
|
||||
}
|
||||
@@ -27,6 +28,7 @@ public sealed class LauncherController : IDisposable
|
||||
public void ReloadConfig()
|
||||
{
|
||||
Config = ConfigService.Load();
|
||||
ThemeService.Apply(Config.ThemeScheme);
|
||||
RegisterHotkey();
|
||||
popup?.Close();
|
||||
popup = null;
|
||||
|
||||
Reference in New Issue
Block a user