GUI: clarify that lock layout doesn't work yet

This commit is contained in:
tildearrow 2022-05-14 02:00:33 -05:00
parent 7649b08e0e
commit a8e1c1ceb3
1 changed files with 1 additions and 1 deletions

View File

@ -2758,7 +2758,7 @@ bool FurnaceGUI::loop() {
doAction(GUI_ACTION_FULLSCREEN);
}
#endif
if (ImGui::MenuItem("lock layout",NULL,lockLayout)) {
if (ImGui::MenuItem("lock layout (not working!)",NULL,lockLayout)) {
lockLayout=!lockLayout;
}
if (ImGui::MenuItem("visualizer",NULL,fancyPattern)) {