Add airplane mode detection, improve NetworkService & add icons to notice toasts

This commit is contained in:
notiant
2025-10-31 15:54:50 +01:00
committed by GitHub
parent b7dc1aed84
commit 38a7c606c8
21 changed files with 197 additions and 47 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ Singleton {
if (profileName !== "Unknown") {
ToastService.showNotice(I18n.tr("toast.power-profile.changed"), I18n.tr("toast.power-profile.profile-name", {
"profile": profileName
}))
}), profileName.toLowerCase().replace(" ", ""))
}
}
}