Skip to content

Commit a79a6ea

Browse files
committed
Bugfix greyed-out launch button (#949)
1 parent 0801256 commit a79a6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Daybreak/Views/LauncherView.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ private async Task CheckGameState(LauncherViewContext launcherViewContext, bool
269269
if (this.applicationLauncher.GetGuildwarsProcess(launcherViewContext.Configuration) is not GuildWarsApplicationLaunchContext context)
270270
{
271271
launcherViewContext.GameRunning = false;
272-
launcherViewContext.CanLaunch = false;
272+
launcherViewContext.CanLaunch = true;
273273
launcherViewContext.CanAttach = false;
274274
launcherViewContext.CanKill = false;
275275
return;

0 commit comments

Comments
 (0)