mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
archive
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace SettingsMain
|
||||
namespace SettingsRunner
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
@@ -11,7 +11,7 @@ namespace SettingsMain
|
||||
{
|
||||
using (new SettingsUI.App())
|
||||
{
|
||||
SettingsMain.App app = new SettingsMain.App();
|
||||
SettingsRunner.App app = new SettingsRunner.App();
|
||||
app.InitializeComponent();
|
||||
app.Run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user