mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 21:51:29 +08:00
parent
64cc59116c
commit
18a5922b25
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ ConfigEvent.subscribe((eventKey, eventValue, nosave) => {
|
|||
updateLiveStatsMargin();
|
||||
}
|
||||
|
||||
if (eventKey === "tapeMargin" && !nosave) {
|
||||
if (eventKey === "tapeMargin") {
|
||||
updateLiveStatsMargin();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue