Revert "fix(settings): reload settings after nix-managed config file replacements"

This reverts commit 17b157d1b6.
This commit is contained in:
Lysec
2026-04-06 13:28:00 +02:00
parent 17b157d1b6
commit 1f9096a46f
2 changed files with 5 additions and 35 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ SmartPanel {
id: playerContent
anchors.fill: parent
property real contentPreferredHeight: mainLayout.implicitHeight + Style.margin2L
property real contentPreferredHeight: mainLayout.implicitHeight + Style.margin2L;
property Component visualizerSource: {
switch (root.visualizerType) {