chore(virtual_keyboard): move styles to style.py
All checks were successful
Code check / Check code (pull_request) Successful in 1m12s

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-10-09 15:05:10 +05:00
parent e1b4c44979
commit bce9ad8eb3
3 changed files with 62 additions and 36 deletions

View File

@@ -210,8 +210,7 @@ class MainWindow(QMainWindow):
self.restore_state()
self.keyboard = VirtualKeyboard(self)
mainLayout.addWidget(self.keyboard)
self.keyboard = VirtualKeyboard(self, self.theme)
self.detail_animations = DetailPageAnimations(self, self.theme)
QTimer.singleShot(0, self.loadGames)