mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
setup.py fix
This commit is contained in:
@@ -44,7 +44,7 @@ if user_config.style:
|
||||
app.setStyle(user_config.style)
|
||||
else:
|
||||
if app.style().objectName().lower() not in {'fusion', 'breeze'}:
|
||||
app.setStyle('fusion')
|
||||
app.setStyle('Fusion')
|
||||
|
||||
if not user_config.gems:
|
||||
managers = gems.load_managers(context=context, locale=args.locale)
|
||||
|
||||
Reference in New Issue
Block a user