Make disabling plugins easier

This commit is contained in:
KK
2026-07-04 08:51:41 +02:00
parent 46d758c191
commit e40d8773c4
16 changed files with 35 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
#if PLUGIN_BUILD_WINDOW
WindowID BuildWindowID;
ViewID BuildViewID;
BufferID BuildBufferID;
@@ -90,3 +91,4 @@ void CMD_ShowBuildWindow() {
main.window->visible = false;
}
} RegisterCommand(CMD_ShowBuildWindow, "ctrl-grave", "Toggles visibility of the build window");
#endif