Commit 37fbb45
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments