Skip to content

Commit f52d1b1

Browse files
committed
Added hide button indicator
1 parent 26707c2 commit f52d1b1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ Although I can provide binaries only for Windows (and sometimes for Apple Silico
3333
*. Note: `openal32.dll` (from SFML's `bin` folder) is needed to be in the Debug/Release folder.
3434

3535
### Linux/MacOS - CMake
36-
*. You still need to do the steps `3, 7, 8, 9` from above.
36+
*. You need to do the steps `3`, `7`, `8` and `9` from above.
3737
Clone the repo and check out the cmake script. (Thanks [@ChrisTrasher](https://github.com/ChrisThrasher))

src/imguiInterface.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ void ImguiInterface::draw(sf::RenderWindow& window) {
5151

5252
if (ImGui::Button("Hide"))
5353
Settings::General::showImgui = false;
54+
Custom::HelpMarker("Press 'M' to hide/show this menu.");
5455
ImGui::SameLine();
5556
//if (ImGui::Button("Save"))
5657
// ImGui::OpenPopup("FileSavedPopup");

0 commit comments

Comments
 (0)