mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
fix config and icons
This commit is contained in:
@@ -54,15 +54,22 @@ ContentPage {
|
||||
Config.options.resources.updateInterval = value;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
ContentSection {
|
||||
icon: "music_cast"
|
||||
title: Translation.tr("Music Recognition")
|
||||
|
||||
ConfigSpinBox {
|
||||
icon: "timer_off"
|
||||
text: Translation.tr("Music recognition timeout (s)")
|
||||
value: Config.options.resources.musicRecognitionTimeout
|
||||
value: Config.options.musicRecognition.timeout
|
||||
from: 2
|
||||
to: 100
|
||||
stepSize: 2
|
||||
onValueChanged: {
|
||||
Config.options.resources.musicRecognitionTimeout = value;
|
||||
Config.options.musicRecognition.timeout = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user