mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 15:03:01 +00:00
GUI: clarify that lock layout doesn't work yet
This commit is contained in:
parent
7649b08e0e
commit
a8e1c1ceb3
1 changed files with 1 additions and 1 deletions
|
@ -2758,7 +2758,7 @@ bool FurnaceGUI::loop() {
|
||||||
doAction(GUI_ACTION_FULLSCREEN);
|
doAction(GUI_ACTION_FULLSCREEN);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if (ImGui::MenuItem("lock layout",NULL,lockLayout)) {
|
if (ImGui::MenuItem("lock layout (not working!)",NULL,lockLayout)) {
|
||||||
lockLayout=!lockLayout;
|
lockLayout=!lockLayout;
|
||||||
}
|
}
|
||||||
if (ImGui::MenuItem("visualizer",NULL,fancyPattern)) {
|
if (ImGui::MenuItem("visualizer",NULL,fancyPattern)) {
|
||||||
|
|
Loading…
Reference in a new issue