forked from Shinonome/dots-hyprland
fix config and icons
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ AndroidQuickToggleButton {
|
||||
name: Translation.tr("EasyEffects")
|
||||
|
||||
toggled: EasyEffects.active
|
||||
buttonIcon: "instant_mix"
|
||||
buttonIcon: "graphic_eq"
|
||||
|
||||
Component.onCompleted: {
|
||||
EasyEffects.fetchActiveState()
|
||||
|
||||
+2
-2
@@ -11,14 +11,14 @@ AndroidQuickToggleButton {
|
||||
id: root
|
||||
|
||||
property int timeoutInterval: 5
|
||||
property int timeoutDuration: Config.options.resources.musicRecognitionTimeout
|
||||
property int timeoutDuration: Config.options.musicRecognition.timeout
|
||||
|
||||
property string monitorSource: "monitor" // "monitor" (system sound) , "input" (microphone)
|
||||
|
||||
name: Translation.tr("Identify Music")
|
||||
statusText: toggled ? Translation.tr("Listening...") : monitorSource === "monitor" ? Translation.tr("System sound") : Translation.tr("Microphone")
|
||||
toggled: false
|
||||
buttonIcon: toggled ? "cadence" : "graphic_eq"
|
||||
buttonIcon: toggled ? "music_cast" : "music_note"
|
||||
|
||||
property var recognizedTrack: ({ title:"", subtitle:"", url:""})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user