From 783057ab0d694de7f3d79e96851bcdcfe1965cbd Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 25 Aug 2025 20:13:55 +1000 Subject: background: add visualiser Also dashboard.visualiserBars -> services.visualiserBars --- config/ServiceConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/ServiceConfig.qml') diff --git a/config/ServiceConfig.qml b/config/ServiceConfig.qml index cca554b..c8a49b3 100644 --- a/config/ServiceConfig.qml +++ b/config/ServiceConfig.qml @@ -6,6 +6,7 @@ JsonObject { property bool useFahrenheit: [Locale.ImperialUSSystem, Locale.ImperialSystem].includes(Qt.locale().measurementSystem) property bool useTwelveHourClock: Qt.locale().timeFormat(Locale.ShortFormat).toLowerCase().includes("a") property string gpuType: "" + property int visualiserBars: 45 property real audioIncrement: 0.1 property bool smartScheme: true property string defaultPlayer: "Spotify" -- cgit v1.2.3-freya