mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-04 00:50:35 +00:00
default to focus locked, dynamic focus has performance issues
This commit is contained in:
@@ -28,7 +28,7 @@ export class UserSettings {
|
||||
|
||||
focusLocked() {
|
||||
if (this.focusedLocked_ === null) {
|
||||
this.focusedLocked_ = this.get("settings.focusLocked", false);
|
||||
this.focusedLocked_ = this.get("settings.focusLocked", true);
|
||||
}
|
||||
return this.focusedLocked_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user