File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ window.sync = {
1616 if ( config . widescreen ^ styles . widescreen . node ?. isConnected ) { // sync Widescreen
1717 suppressNotifs ( ) ; toggleMode ( 'widescreen' ) }
1818 if ( sites [ site ] . hasSidebar && ( config . fullWindow ^ await ui . isFullWin ( ) ) ) { // sync Full-Window
19- suppressNotifs ( ) ; toggleMode ( 'fullWindow' ) }
19+ suppressNotifs ( ) ; toggleMode ( 'fullWindow' ) }
2020 styles . update ( { key : 'widescreen' } ) // sync WW
2121 styles . update ( { key : 'tweaks' } ) // sync HH/HF/TCB/NCB/BA
2222 styles . update ( { key : 'chatbar' } ) // sync TCB/WCB
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ window.sync = {
1616 if ( config . widescreen ^ styles . widescreen . node ?. isConnected ) { // sync Widescreen
1717 suppressNotifs ( ) ; toggleMode ( 'widescreen' ) }
1818 if ( sites [ site ] . hasSidebar && ( config . fullWindow ^ await ui . isFullWin ( ) ) ) { // sync Full-Window
19- suppressNotifs ( ) ; toggleMode ( 'fullWindow' ) }
19+ suppressNotifs ( ) ; toggleMode ( 'fullWindow' ) }
2020 styles . update ( { key : 'widescreen' } ) // sync WW
2121 styles . update ( { key : 'tweaks' } ) // sync HH/HF/TCB/NCB/BA
2222 styles . update ( { key : 'chatbar' } ) // sync TCB/WCB
You can’t perform that action at this time.
0 commit comments