mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-03-30 21:38:01 +02:00
fix(main_app): setApplicationName("BEC")
This commit is contained in:
@@ -378,6 +378,7 @@ def main(): # pragma: no cover
|
||||
args, qt_args = parser.parse_known_args(sys.argv[1:])
|
||||
|
||||
app = QApplication([sys.argv[0], *qt_args])
|
||||
app.setApplicationName("BEC")
|
||||
apply_theme("dark")
|
||||
w = BECMainApp(show_examples=args.examples)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user