mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Reenabled custom titlebar for Vulkan
This commit is contained in:
@@ -2458,7 +2458,7 @@ namespace Nuake {
|
||||
|
||||
auto window = Window::Get();
|
||||
window->SetDecorated(true);
|
||||
//window->ShowTitleBar(false);
|
||||
window->ShowTitleBar(false);
|
||||
window->SetSize({ 1600, 900 });
|
||||
window->Center();
|
||||
frameCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user