mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 12:00:10 +08:00
Make buttons show layout after exiting layoutfluid
This commit is contained in:
parent
db2de0c7b7
commit
4487bbf2e7
1 changed files with 1 additions and 0 deletions
|
@ -358,6 +358,7 @@ function activateFunbox(funbox, mode) {
|
|||
if (funbox !== "layoutfluid" || mode !== "script") {
|
||||
if (config.layout !== config.savedLayout) {
|
||||
changeLayout(config.savedLayout);
|
||||
settingsGroups.layout.updateButton();
|
||||
}
|
||||
}
|
||||
updateTestModesNotice();
|
||||
|
|
Loading…
Reference in a new issue