Skip to content
Snippets Groups Projects
Commit 99374bc4 authored by luyikei's avatar luyikei
Browse files

MainWindow: Fix the wrong initial value of the Lock QAction when it is the first launch

parent 46e67ab1
No related branches found
No related tags found
No related merge requests found
......@@ -382,6 +382,9 @@
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Lock</string>
</property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment