mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
fafd278b6e
commit
5790960a00
@ -1078,7 +1078,7 @@ class Application(QApplication):
|
|||||||
if iswindows or isosx:
|
if iswindows or isosx:
|
||||||
using_calibre_style = gprefs['ui_style'] != 'system'
|
using_calibre_style = gprefs['ui_style'] != 'system'
|
||||||
else:
|
else:
|
||||||
using_calibre_style = 'CALIBRE_USE_SYSTEM_THEME' in os.environ
|
using_calibre_style = 'CALIBRE_USE_SYSTEM_THEME' not in os.environ
|
||||||
if force_calibre_style:
|
if force_calibre_style:
|
||||||
using_calibre_style = True
|
using_calibre_style = True
|
||||||
self.using_calibre_style = using_calibre_style
|
self.using_calibre_style = using_calibre_style
|
||||||
|
Loading…
x
Reference in New Issue
Block a user