This commit is contained in:
DavidXanatos 2024-03-10 10:19:01 +01:00
parent 8c5b84d8a1
commit 6466fe491b
2 changed files with 22 additions and 0 deletions

View File

@ -6,6 +6,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.13.3 / 5.68.3] - 2024-02-??
### Added
- added certificate usage guide link to support page
### Fixed
- fixed issues with "IsProtectScreen=y" [3656](https://github.com/sandboxie-plus/Sandboxie/pull/3656#discussion_r1518549704)
- fixed issue with hotkeys and changed default suspend all hotkey to Shift+Alt+Pause

View File

@ -1685,6 +1685,25 @@
</property>
</spacer>
</item>
<item row="9" column="3">
<widget class="QLabel" name="lblCertGuide">
<property name="font">
<font>
<bold>true</bold>
<kerning>true</kerning>
</font>
</property>
<property name="text">
<string>&lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-use-cert&quot;&gt;Certificate usage guide&lt;/a&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>