mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
Revert "fixed runtime xaml load failure"
This reverts commit f5686cc154.
This commit is contained in:
committed by
Lavius Motileng
parent
05d14166e4
commit
43589096c3
17
src/core/Microsoft.PowerToys.Settings.UI.Island/App.xaml.cs
Normal file
17
src/core/Microsoft.PowerToys.Settings.UI.Island/App.xaml.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Configuration;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows;
|
||||
|
||||
namespace SettingsRunner
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for App.xaml
|
||||
/// </summary>
|
||||
public partial class App : Application
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user