mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 05:03:39 +08:00
fixed broken logic
This commit is contained in:
parent
5169c02a5e
commit
91e77efef4
1 changed files with 1 additions and 1 deletions
|
|
@ -897,7 +897,7 @@ export async function init(): Promise<void> {
|
|||
}
|
||||
}
|
||||
|
||||
if (Config.tapeMode !== "off" && !language.rightToLeft) {
|
||||
if (Config.tapeMode !== "off" && language.rightToLeft === true) {
|
||||
Notifications.add("This language does not support tape mode.", 0, {
|
||||
important: true,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue