fix: improve plugins functionality with server management
This commit is contained in:
@@ -79,11 +79,10 @@ import {
|
||||
styleUrl: './app.scss'
|
||||
})
|
||||
export class App implements OnInit, OnDestroy {
|
||||
readonly plugins = inject(PluginBootstrapService);
|
||||
|
||||
private static readonly THEME_STUDIO_CONTROLS_MARGIN = 16;
|
||||
private static readonly TITLE_BAR_HEIGHT = 40;
|
||||
|
||||
readonly plugins = inject(PluginBootstrapService);
|
||||
store = inject(Store);
|
||||
currentRoom = this.store.selectSignal(selectCurrentRoom);
|
||||
desktopUpdates = inject(DesktopAppUpdateService);
|
||||
|
||||
Reference in New Issue
Block a user