AddonMgr: switch pref entry/path to const string

This commit is contained in:
0penBrain
2023-01-12 12:18:05 +01:00
committed by Chris Hennes
parent 103de43a4e
commit ee00271d83

View File

@@ -367,10 +367,10 @@ installed addons will be checked for available updates
<string>Disable git (fall back to ZIP downloads only)</string>
</property>
<property name="prefEntry" stdset="0">
<string>disableGit</string>
<cstring>disableGit</cstring>
</property>
<property name="prefPath" stdset="0">
<string>Addons</string>
<cstring>Addons</cstring>
</property>
</widget>
</item>
@@ -383,10 +383,10 @@ installed addons will be checked for available updates
<string>Addon developer mode</string>
</property>
<property name="prefPath" stdset="0">
<string>Addons</string>
<cstring>Addons</cstring>
</property>
<property name="prefEntry" stdset="0">
<string>developerMode</string>
<cstring>developerMode</cstring>
</property>
</widget>
</item>