mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +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
9
src/core/Microsoft.PowerToys.Settings.UI.Island/App.xaml
Normal file
9
src/core/Microsoft.PowerToys.Settings.UI.Island/App.xaml
Normal file
@@ -0,0 +1,9 @@
|
||||
<Application x:Class="SettingsRunner.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:SettingsRunner"
|
||||
StartupUri="MainWindow.xaml">
|
||||
<Application.Resources>
|
||||
|
||||
</Application.Resources>
|
||||
</Application>
|
||||
Reference in New Issue
Block a user