refactor(bec_main_window): main app theme renamed to View

This commit is contained in:
2025-12-19 13:33:53 +01:00
parent 18b0cd4142
commit 80d1c29ab1
@@ -303,7 +303,7 @@ class BECMainWindow(BECWidget, QMainWindow):
########################################
# Theme menu
theme_menu = menu_bar.addMenu("Theme")
theme_menu = menu_bar.addMenu("View")
theme_group = QActionGroup(self)
light_theme_action = QAction("Light Theme", self, checkable=True)