forked from Shinonome/dots-hyprland
some typos
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user