forked from Shinonome/dots-hyprland
initial commit of musicRecognition
This commit is contained in:
@@ -54,6 +54,17 @@ ContentPage {
|
||||
Config.options.resources.updateInterval = value;
|
||||
}
|
||||
}
|
||||
ConfigSpinBox {
|
||||
icon: "timer_off"
|
||||
text: Translation.tr("Music recognition timeout (s)")
|
||||
value: Config.options.resources.musicRecognitionTimeout
|
||||
from: 2
|
||||
to: 100
|
||||
stepSize: 2
|
||||
onValueChanged: {
|
||||
Config.options.resources.musicRecognitionTimeout = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ContentSection {
|
||||
|
||||
Reference in New Issue
Block a user