We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6a621 commit 86317c7Copy full SHA for 86317c7
1 file changed
library/include/WindowsConsole.h
@@ -63,7 +63,7 @@ namespace DFHack
63
bool hide() override;
64
bool show() override;
65
66
- static bool is_supported() { return true; };
+ static bool is_supported() { return false; };
67
68
static constexpr ConsoleType type_tag = ConsoleType::Windows;
69
private:
0 commit comments