-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add advanced login option to start without plugins
Feature parity with XIVLauncher WPF. Adds an option to run the game with Dalamud, but without any plugins. I only briefly tested this on windows, and xlcore had some other display issues in terms of some imgui tabs, but Dalamud did launch/inject as intended correctly. This would be best tested on someone's Linux machine to ensure all advanced options continue to work as intended.
- Loading branch information
1 parent
a39a6b5
commit 043bc8f
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ public enum LoginAction | |
{ | ||
Game, | ||
GameNoDalamud, | ||
GameNoPlugins, | ||
GameNoThirdparty, | ||
GameNoLaunch, | ||
Repair, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters