mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-13 19:19:23 +08:00
646b7a3118
1. fix #627 2. fix #646 3. remove exceptionless
8 lines
192 B
C#
8 lines
192 B
C#
using System.Reflection;
|
|
using System.Windows;
|
|
|
|
[assembly: AssemblyTitle("Wox")]
|
|
[assembly: ThemeInfo(
|
|
ResourceDictionaryLocation.None,
|
|
ResourceDictionaryLocation.SourceAssembly
|
|
)] |