From 69792c063d2a145adc6067e2e1517215dc62203e Mon Sep 17 00:00:00 2001
From: RadRussianRus <radrussianrus@gmail.com>
Date: Sat, 28 May 2022 18:35:33 +0300
Subject: [PATCH] Fix background in settings window

---
 app/qml/SettingsWindow.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/qml/SettingsWindow.qml b/app/qml/SettingsWindow.qml
index 435516b..fc874da 100644
--- a/app/qml/SettingsWindow.qml
+++ b/app/qml/SettingsWindow.qml
@@ -30,6 +30,7 @@ Window {
     width: 640
     height: 640
 
+    color: palette.window
     property int tabmargins: 15
 
     Item {
-- 
2.47.2