mirror of
https://github.com/gwm17/Specter.git
synced 2024-11-22 18:28:52 -05:00
Re-unlock multi-viewport. Screen saver stops Linux issues, as does updating to Ubuntu 22.04
This commit is contained in:
parent
51d6782755
commit
ec8feae4c7
|
@ -44,7 +44,7 @@ namespace Navigator {
|
|||
io.ConfigFlags |= ImGuiConfigFlags_DockingEnable;
|
||||
//Viewports are real wonky on Linux and sometimes on MacOS
|
||||
//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
|
||||
ImPlot::StyleColorsDark();
|
||||
|
|
Loading…
Reference in New Issue
Block a user