mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Enable dark title bar on windows when accent color is not used
* Fix #6775
This commit is contained in:
parent
1bfb62747c
commit
56307e6cad
@ -66,6 +66,10 @@ if(APPLE)
|
||||
install(FILES macosx/keepassxc.icns DESTINATION ${DATA_INSTALL_DIR})
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
install(FILES windows/qt.conf DESTINATION ${BIN_INSTALL_DIR})
|
||||
endif()
|
||||
|
||||
install(FILES icons/application/256x256/apps/keepassxc.png DESTINATION ${DATA_INSTALL_DIR}/icons/application/256x256/apps)
|
||||
|
||||
add_custom_target(icons)
|
||||
|
2
share/windows/qt.conf
Normal file
2
share/windows/qt.conf
Normal file
@ -0,0 +1,2 @@
|
||||
[Platforms]
|
||||
WindowsArguments = darkmode=1
|
Loading…
Reference in New Issue
Block a user