Removed setting UI XAML file and references

This commit is contained in:
Divyansh
2020-03-23 14:37:43 -07:00
parent 6414fe8cf8
commit 7c174b9c05
9 changed files with 0 additions and 907 deletions

View File

@@ -94,13 +94,6 @@ namespace Wox
private void AutoStartup()
{
if (_settings.StartWoxOnSystemStartup)
{
if (!SettingWindow.StartupSet())
{
SettingWindow.SetStartup();
}
}
}
//[Conditional("RELEASE")]