mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +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);
|
||||
}
|
||||
#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)) {
|
||||
|
|
Loading…
Reference in a new issue