Skip to content

Commit

Permalink
add dark title bar on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesdelbeke committed Sep 28, 2023
1 parent 65e5834 commit c78934b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bqt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def _load_os_module() -> "bqt.blender_applications.BlenderApplication":
elif operating_system == "win32":
from .blender_applications.win32_blender_application import Win32BlenderApplication

return Win32BlenderApplication(sys.argv)
return Win32BlenderApplication(sys.argv + ['-platform', 'windows:darkmode=2'])


@bpy.app.handlers.persistent
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def run(self):
setup(
# Metadata
name="bqt",
version="1.3.4",
version="1.3.5",
description="Files to help bootstrap PySide2 with an event loop within Blender.",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit c78934b

Please sign in to comment.