mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Merge branch 'changelog'
This commit is contained in:
@@ -30,6 +30,7 @@ import qs.Services.Power
|
||||
import qs.Services.System
|
||||
import qs.Services.Theming
|
||||
import qs.Services.UI
|
||||
import qs.Services.Noctalia
|
||||
|
||||
ShellRoot {
|
||||
id: shellRoot
|
||||
@@ -80,6 +81,8 @@ ShellRoot {
|
||||
PowerProfileService.init();
|
||||
HostService.init();
|
||||
FontService.init();
|
||||
UpdateService.init();
|
||||
UpdateService.showLatestChangelog();
|
||||
|
||||
// Only open the setup wizard for new users
|
||||
if (!Settings.data.setupCompleted) {
|
||||
|
||||
Reference in New Issue
Block a user