-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Config now remembers characters for diff accounts.
Map proves to be difficult to interface with JSON, but it works! The last remaining config that needs fixing is the account.
- Loading branch information
1 parent
65bd7ce
commit 5df3b58
Showing
2 changed files
with
26 additions
and
2 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
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 |
---|---|---|
|
@@ -22,6 +22,7 @@ | |
$selectedPlay.character?.accountId | ||
); | ||
} | ||
$isConfigDirty = true; | ||
} | ||
// update selected_play | ||
|