mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-14 03:39:57 +01:00
Improvement Performance optimization
This commit is contained in:
@@ -1133,7 +1133,7 @@ void UserInterface::showMenuWindows()
|
||||
ImGui::Separator();
|
||||
|
||||
// Enter / exit Fullscreen
|
||||
if (Rendering::manager().mainWindow().isFullscreen()){
|
||||
if (Settings::application.windows[0].fullscreen){
|
||||
if (ImGui::MenuItem( ICON_FA_COMPRESS_ALT " Exit Fullscreen", SHORTCUT_FULLSCREEN ))
|
||||
Rendering::manager().mainWindow().toggleFullscreen();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user