Closed kolyneh closed 2 years ago
When showing the window text, it will get a black/white background when using mica.
Remove BDW_CUSTOM_FRAME from main.cpp to show the origin window text.
BDW_CUSTOM_FRAME
main.cpp
// main.cpp removed BDW_CUSTOM_FRAME auto bdw = bitsdojo_window_configure( BDW_HIDE_ON_STARTUP );
Don't.
Hi Alex, could this be a Flutter issue, or maybe a Windows issue?
Drawing custom frame is the only option. It's not possible to change the background of window title.
When showing the window text, it will get a black/white background when using mica.
Remove
BDW_CUSTOM_FRAME
frommain.cpp
to show the origin window text.