1
0
Fork 0
mirror of https://github.com/gwm17/Specter.git synced 2025-04-18 05:48:52 -04:00

Re-unlock multi-viewport. Screen saver stops Linux issues, as does updating to Ubuntu 22.04

This commit is contained in:
Gordon McCann 2022-05-05 19:47:54 -04:00
parent 51d6782755
commit ec8feae4c7

View File

@ -44,7 +44,7 @@ namespace Navigator {
io.ConfigFlags |= ImGuiConfigFlags_DockingEnable; io.ConfigFlags |= ImGuiConfigFlags_DockingEnable;
//Viewports are real wonky on Linux and sometimes on MacOS //Viewports are real wonky on Linux and sometimes on MacOS
//Can currently cause assertion failure on checking number of monitors in ImGui sanity checks. //Can currently cause assertion failure on checking number of monitors in ImGui sanity checks.
//io.ConfigFlags |= ImGuiConfigFlags_ViewportsEnable; io.ConfigFlags |= ImGuiConfigFlags_ViewportsEnable;
ImGui::StyleColorsDark(); //Hacker mode ImGui::StyleColorsDark(); //Hacker mode
ImPlot::StyleColorsDark(); ImPlot::StyleColorsDark();