Skip to content

Commit 813e39a

Browse files
Fix errors when loading plugin
(cherry picked from commit f643a26)
1 parent 4218e89 commit 813e39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/GDTerminal/plugin.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ class SavedCommand:
588588
extends HBoxContainer
589589

590590
## The editor's theme, as returned by [method EditorInterface.get_editor_theme].
591-
static var editor_theme: Theme
591+
static var editor_theme := EditorInterface.get_editor_theme()
592592

593593
## The [LineEdit] that hoolds the command's name.
594594
var line_edit := LineEdit.new()

0 commit comments

Comments
 (0)