File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
crowdin
2
2
DWM
3
3
workflows
4
+ Wpf
4
5
wpf
5
6
actionkeyword
6
7
stackoverflow
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >WinExe</OutputType >
90
90
</PackageReference >
91
91
<PackageReference Include =" InputSimulator" Version =" 1.0.4" />
92
92
<PackageReference Include =" Microsoft.Toolkit.Uwp.Notifications" Version =" 7.1.3" />
93
- <PackageReference Include =" ModernWpfUI" Version =" 0.9.6" />
93
+ <!-- ModernWpfUI v0.9.5 introduced WinRT changes that causes Notification platform unavailable error on some machines -->
94
+ <!-- https://github.com/Flow-Launcher/Flow.Launcher/issues/1772#issuecomment-1502440801 -->
95
+ <PackageReference Include =" ModernWpfUI" Version =" 0.9.4" />
94
96
<PackageReference Include =" NHotkey.Wpf" Version =" 2.1.0" />
95
97
<PackageReference Include =" NuGet.CommandLine" Version =" 6.3.1" >
96
98
<PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments