Skip to content

Commit 274052e

Browse files
authored
Merge pull request #2047 from Flow-Launcher/revert_modernwpfui_version_bump
Interim fix for notification platform unavailable error
2 parents 8f58d53 + f865404 commit 274052e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/actions/spelling/expect.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
crowdin
22
DWM
33
workflows
4+
Wpf
45
wpf
56
actionkeyword
67
stackoverflow

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
@@ -90,7 +90,9 @@
9090
</PackageReference>
9191
<PackageReference Include="InputSimulator" Version="1.0.4" />
9292
<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" />
9496
<PackageReference Include="NHotkey.Wpf" Version="2.1.0" />
9597
<PackageReference Include="NuGet.CommandLine" Version="6.3.1">
9698
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)