From 54e2295c214874a316d22eaedaf5c2db17b59df0 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 2 Jun 2023 01:29:05 +0200 Subject: Fix palette access and QMediaPlayer errors --- resources/qml/QuickSwitcher.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'resources/qml/QuickSwitcher.qml') diff --git a/resources/qml/QuickSwitcher.qml b/resources/qml/QuickSwitcher.qml index 916a4cee..5878b391 100644 --- a/resources/qml/QuickSwitcher.qml +++ b/resources/qml/QuickSwitcher.qml @@ -19,7 +19,6 @@ Popup { modal: true closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside parent: Overlay.overlay - palette: Nheko.colors onOpened: { roomTextInput.forceActiveFocus(); } @@ -35,7 +34,7 @@ Popup { width: parent.width font.pixelSize: Math.ceil(quickSwitcher.textHeight * 0.6) - color: Nheko.colors.text + color: palette.text onTextEdited: { completerPopup.completer.searchString = text; } -- cgit 1.5.1