Skip to content

Commit 92f2baa

Browse files
authored
Force fusion theme
1 parent 24f8981 commit 92f2baa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@
99
from PyQt5 import uic
1010
from enum import Enum
1111

12+
os.environ['QT_STYLE_OVERRIDE'] = 'fusion'
1213

1314
main_dir = os.path.abspath(__file__)[:-7]
1415
os.chdir(main_dir)
1516

1617

1718
class releaseData(Enum):
18-
VERSION = '0.1'
19+
VERSION = '0.1.1'
1920
PRODUCT_NAME = 'Count!'
2021
DEVELOPER = 'thm'
2122

0 commit comments

Comments
 (0)