forked from Shinonome/dots-hyprland
add interval to settings, update the script (it was not working as intented)
This commit is contained in:
+2
-1
@@ -10,9 +10,10 @@ import qs.services
|
||||
AndroidQuickToggleButton {
|
||||
id: root
|
||||
|
||||
property int timeoutInterval: 5
|
||||
property int timeoutInterval: Config.options.musicRecognition.interval
|
||||
property int timeoutDuration: Config.options.musicRecognition.timeout
|
||||
|
||||
|
||||
property string monitorSource: "monitor" // "monitor" (system sound) , "input" (microphone)
|
||||
|
||||
name: Translation.tr("Identify Music")
|
||||
|
||||
Reference in New Issue
Block a user