Skip to content

Commit

Permalink
Merge pull request #189 from goatcorp/fts-conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
reiichi001 authored Oct 30, 2024
2 parents fb302b8 + 6125dad commit 76d2208
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/XIVLauncher.Core/LauncherApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,9 @@ public void FinishFromUpdateWarn()

public void RunStartupTasks()
{
#if FLATPAK
this.ftsPage.OpenFtsIfNeeded();
#endif
this.mainPage.DoAutoLoginIfApplicable();
}

Expand Down

0 comments on commit 76d2208

Please sign in to comment.