mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Remove 'fix' which didn't originally fix the UI issue - it was a styleSheet issue
This commit is contained in:
parent
bcac4d1faf
commit
1c4ff746ad
1 changed files with 0 additions and 3 deletions
|
|
@ -20,9 +20,6 @@ class SubstanceAddon(OpenPypeModule, IHostAddon):
|
|||
|
||||
env["SUBSTANCE_PAINTER_PLUGINS_PATH"] = plugin_path
|
||||
|
||||
# Fix UI scale issue
|
||||
env.pop("QT_AUTO_SCREEN_SCALE_FACTOR", None)
|
||||
|
||||
def get_launch_hook_paths(self, app):
|
||||
if app.host_name != self.host_name:
|
||||
return []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue