mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-13 03:17:43 +01:00
Merge branch 'master' into net7
This commit is contained in:
commit
de31fccd76
5 changed files with 34 additions and 5 deletions
|
|
@ -103,6 +103,9 @@ public class BranchSwitcherWindow : Window
|
|||
{
|
||||
Pick();
|
||||
|
||||
// If we exit immediately, we need to write out the new config now
|
||||
Service<DalamudConfiguration>.Get().ForceSave();
|
||||
|
||||
var appData = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData);
|
||||
var xlPath = Path.Combine(appData, "XIVLauncher", "XIVLauncher.exe");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue