Update: Changed theme.conf syntax.

This commit is contained in:
Keyitdev
2024-09-12 20:40:00 +02:00
parent e630cce6a8
commit 2bb6702a5d
7 changed files with 99 additions and 127 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ Item {
popup: Popup {
id: popupHandler
y: parent.height - 1
x: config.ForceRightToLeft == "true" ? -loginButtonWidth + displayedItem.width : 0
x: config.RightToLeftLayout == "true" ? -loginButtonWidth + displayedItem.width : 0
width: sessionButton.width
implicitHeight: contentItem.implicitHeight
padding: 10