Skip to content

Commit aaeb647

Browse files
committed
chore: show actual setting rather than just the setting page
1 parent d08af57 commit aaeb647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base/game/hotkeys/endTurn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ eventManager.on('PlayingGame', function bindHotkeys() {
5656
className: 'dismiss',
5757
css,
5858
onclick: (_) => {
59-
settings.open('Game');
59+
fullDisable.show(true);
6060
},
6161
},
6262
}, 'underscript.notice.endTurn.hotkeys', '1');

0 commit comments

Comments
 (0)