music recognition: adjust message and icon

This commit is contained in:
end-4
2025-10-28 09:02:19 +01:00
parent 107dc8cc24
commit 066971e720
2 changed files with 3 additions and 2 deletions
@@ -33,7 +33,7 @@ AndroidQuickToggleButton {
}
musicReconizedProc.running = true
} catch(e) {
Quickshell.execDetached(["notify-send", Translation.tr("Unable to recognize music"), Translation.tr("Please make sure your music is playing and try again"), "-a", "Shell"])
Quickshell.execDetached(["notify-send", Translation.tr("Couldn't recognize music"), Translation.tr("Perhaps what you're listening to is too niche"), "-a", "Shell"])
} finally {
root.toggled = false
}