Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell
This commit is contained in:
commit
ab5b877dc3
24 changed files with 175 additions and 75 deletions
|
|
@ -141,7 +141,7 @@ Singleton {
|
|||
onExited: function (exitCode) {
|
||||
if (exitCode === 0 && updateInProgress) {
|
||||
// Success indicators found
|
||||
console.log("ArchUpdater: Update completed successfully")
|
||||
Logger.log("ArchUpdater", "Update completed successfully")
|
||||
updateInProgress = false
|
||||
updateFailed = false
|
||||
updateCompleteTimer.stop()
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ Singleton {
|
|||
"ScreenRecorderIndicator": screenRecorderIndicatorComponent,
|
||||
"SidePanelToggle": sidePanelToggleComponent,
|
||||
"SystemMonitor": systemMonitorComponent,
|
||||
"Taskbar": taskbarComponent,
|
||||
"Tray": trayComponent,
|
||||
"Volume": volumeComponent,
|
||||
"WiFi": wiFiComponent,
|
||||
|
|
@ -84,6 +85,9 @@ Singleton {
|
|||
property Component workspaceComponent: Component {
|
||||
Workspace {}
|
||||
}
|
||||
property Component taskbarComponent: Component {
|
||||
Taskbar {}
|
||||
}
|
||||
|
||||
// ------------------------------
|
||||
// Helper function to get widget component by name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue