Add option to lock settings dialog with simple password
Some checks failed
debian-build / build (push) Has been cancelled
Check locale / ubuntu64 (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled

This is meant as a simple tampering protection.
The settings are not encrypted and the password is stored in plaintext.
This commit is contained in:
WarmUpTill
2026-05-26 22:48:16 +02:00
committed by WarmUpTill
parent d44376e869
commit 42ff48d637
6 changed files with 126 additions and 6 deletions

View File

@@ -258,6 +258,13 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="settingsLock">
<property name="text">
<string>AdvSceneSwitcher.generalTab.generalBehavior.settingsLock</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>