Skip to content

Commit 37fbb45

Browse files
authored
Update PluginGeneratorWidget.ui
Solves error when toggling `Use Symlink` in PluginGenerator.py `pykrita\PluginDevTools\PluginGenerator.py", line 205, in toggleSymlink self.centralWidget.projectPathHeaderLabel.setText('Project Path:') AttributeError: 'QWidget' object has no attribute 'projectPathHeaderLabel' `
1 parent 2260db7 commit 37fbb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugindevtools/PluginDevTools/PluginGeneratorWidget.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</property>
8080
<layout class="QVBoxLayout" name="verticalLayout_4">
8181
<item>
82-
<widget class="QLabel" name="label_7">
82+
<widget class="QLabel" name="projectPathHeaderLabel">
8383
<property name="text">
8484
<string>Project Path: (project path will symlink to your pykrita folder)</string>
8585
</property>

0 commit comments

Comments
 (0)