KnowZero / Krita-PythonPluginDeveloperTools

Python plugin for Krita that assists with making python plugins for Krita
48 stars 2 forks source link

Update PluginGeneratorWidget.ui #8

Closed SuzukaDev closed 5 months ago

SuzukaDev commented 5 months ago

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'