mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
more efficient subscriptions, more styling
This commit is contained in:
committed by
Aiden McClelland
parent
330d5a08af
commit
da3aa0a2a7
@@ -5,5 +5,5 @@ import { Injectable } from '@angular/core'
|
||||
providedIn: 'root',
|
||||
})
|
||||
export class SplitPaneTracker {
|
||||
menuFixedOpenOnLeft$: BehaviorSubject<boolean> = new BehaviorSubject(false)
|
||||
sidebarOpen$: BehaviorSubject<boolean> = new BehaviorSubject(false)
|
||||
}
|
||||
Reference in New Issue
Block a user