mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
fix #625
This commit is contained in:
@@ -58,12 +58,24 @@ namespace Wox
|
||||
|
||||
RegisterExitEvents();
|
||||
|
||||
AutoStartup();
|
||||
AutoUpdates();
|
||||
|
||||
window.Show();
|
||||
});
|
||||
}
|
||||
|
||||
private void AutoStartup()
|
||||
{
|
||||
if (_settings.StartWoxOnSystemStartup)
|
||||
{
|
||||
if (!SettingWindow.StartupSet())
|
||||
{
|
||||
SettingWindow.SetStartup();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void AutoUpdates()
|
||||
{
|
||||
if (_settings.AutoUpdates)
|
||||
|
||||
Reference in New Issue
Block a user