mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Minor improvements to UI
This commit is contained in:
@@ -169,8 +169,8 @@ Singleton {
|
||||
}
|
||||
|
||||
// --------------------------------
|
||||
function errorCallback(message) {
|
||||
Logger.error(message)
|
||||
function errorCallback(module, message) {
|
||||
Logger.error(module, message)
|
||||
isFetchingWeather = false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user