mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix: auto apply icon only sidebar on load
This commit is contained in:
@@ -39,6 +39,7 @@ export class StorageChangeHandler {
|
||||
}
|
||||
|
||||
private handleIconOnlySidebarChange(newValue: boolean | undefined) {
|
||||
if (!document.body) return;
|
||||
if (newValue) {
|
||||
document.body.classList.add("icon-only-sidebar");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user