Modify tooltip to include instructions on how to clear console from Lua

pull/229/head
James Ball 2024-03-13 20:28:01 +00:00 zatwierdzone przez James H Ball
rodzic beca0215cb
commit 35cf8d7942
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -20,7 +20,7 @@ LuaConsole::LuaConsole() {
addAndMakeVisible(pauseConsoleButton);
addAndMakeVisible(emptyConsoleLabel);
clearConsoleButton.setTooltip("Clear console output.");
clearConsoleButton.setTooltip("Clear console output. You can clear the console from Lua with the clear() function.");
pauseConsoleButton.setTooltip("Pause console output, and show a scrollbar to navigate through the console history.");