mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(hooks): defer HooksService.init to delayedInitTimer for startup hook reliability
This commit is contained in:
@@ -107,7 +107,6 @@ ShellRoot {
|
||||
Qt.callLater(function () {
|
||||
LocationService.init();
|
||||
NightLightService.apply();
|
||||
HooksService.init();
|
||||
BluetoothService.init();
|
||||
IdleInhibitorService.init();
|
||||
IdleService.init();
|
||||
@@ -179,6 +178,7 @@ ShellRoot {
|
||||
running: false
|
||||
interval: 1500
|
||||
onTriggered: {
|
||||
HooksService.init();
|
||||
FontService.init();
|
||||
UpdateService.init();
|
||||
showWizardOrChangelog();
|
||||
|
||||
Reference in New Issue
Block a user