We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4218e89 commit 813e39aCopy full SHA for 813e39a
addons/GDTerminal/plugin.gd
@@ -588,7 +588,7 @@ class SavedCommand:
588
extends HBoxContainer
589
590
## The editor's theme, as returned by [method EditorInterface.get_editor_theme].
591
- static var editor_theme: Theme
+ static var editor_theme := EditorInterface.get_editor_theme()
592
593
## The [LineEdit] that hoolds the command's name.
594
var line_edit := LineEdit.new()
0 commit comments