mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Add afterload event for LoadDefaultConfig
This commit is contained in:
@@ -143,7 +143,7 @@ namespace Wox.Infrastructure.Storage.UserSettings
|
||||
get { return "config"; }
|
||||
}
|
||||
|
||||
protected override void LoadDefaultConfig()
|
||||
protected override UserSettingStorage LoadDefaultConfig()
|
||||
{
|
||||
Theme = "Dark";
|
||||
ReplaceWinR = true;
|
||||
@@ -157,6 +157,8 @@ namespace Wox.Infrastructure.Storage.UserSettings
|
||||
OpacityMode = OpacityMode.Normal;
|
||||
LeaveCmdOpen = false;
|
||||
HideWhenDeactive = false;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
protected override void OnAfterLoadConfig(UserSettingStorage storage)
|
||||
|
||||
Reference in New Issue
Block a user