some typos

This commit is contained in:
vaguesyntax
2025-10-26 03:45:43 +03:00
parent 60f055f07d
commit cf159f6112
4 changed files with 3 additions and 4 deletions
@@ -40,7 +40,7 @@ AndroidQuickToggleButton {
onStreamFinished: {
root.resultsJSON = this.text
if (this.text.length < 100) {
Quickshell.execDetached(["notify-send", "No music recognized", "Please make sure your music is playing and try again", "-a", "Shell"])
Quickshell.execDetached(["notify-send", "Unable to recognize music", "Please make sure your music is playing and try again", "-a", "Shell"])
toggled = false
return
}
@@ -232,7 +232,7 @@ DelegateChooser {
cellSize: modelData.size
} }
DelegateChoice { roleValue: "musicrecognition"; AndroidMusicRecognition {
DelegateChoice { roleValue: "musicRecognition"; AndroidMusicRecognition {
required property int index
required property var modelData
buttonIndex: root.startingIndex + index