feat: Add UAC icon when symlinking on windows.

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2023-02-11 22:51:53 -08:00
parent 7870cf28e5
commit 9f441a9678
3 changed files with 22 additions and 14 deletions

View File

@ -269,7 +269,7 @@
<bool>true</bool>
</property>
<property name="toolTip">
<string>Use hard links instead of symbolic links</string>
<string>Use hard links instead of symbolic links.</string>
</property>
<property name="text">
<string>Use hard links</string>
@ -307,6 +307,9 @@
<property name="text">
<string>Use symbloic links</string>
</property>
<property name="toolTip">
<string>Use symbolic links instead of copying files.</string>
</property>
</widget>
</item>
</layout>