Skip to content

Commit 86317c7

Browse files
committed
disable windows console for now
1 parent fb6a621 commit 86317c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/include/WindowsConsole.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ namespace DFHack
6363
bool hide() override;
6464
bool show() override;
6565

66-
static bool is_supported() { return true; };
66+
static bool is_supported() { return false; };
6767

6868
static constexpr ConsoleType type_tag = ConsoleType::Windows;
6969
private:

0 commit comments

Comments
 (0)