[Windows] Detect new Windows Terminal and disable unsupported set_console_visible code.

This commit is contained in:
bruvzg 2021-12-15 20:00:57 +02:00
parent 1cbf3947d6
commit 1fdb6a99c8
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38
3 changed files with 18 additions and 3 deletions

View file

@ -157,6 +157,7 @@ public:
void run();
bool _is_win11_terminal() const;
virtual bool _check_internal_feature_support(const String &p_feature) override;
virtual void disable_crash_handler() override;