mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Logger: huge cleanup
This commit is contained in:
@@ -20,11 +20,11 @@ Singleton {
|
||||
|
||||
function checkForUpdates() {
|
||||
// TODO: Implement update checking logic
|
||||
Logger.log("UpdateService", "Checking for updates...")
|
||||
Logger.i("UpdateService", "Checking for updates...")
|
||||
}
|
||||
|
||||
function init() {
|
||||
// Ensure the singleton is created
|
||||
Logger.log("UpdateService", "Version:", root.currentVersion)
|
||||
Logger.i("UpdateService", "Version:", root.currentVersion)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user