diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-04-08 14:41:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-04-08 14:41:17 +0900 |
commit | b4d35ab97d008c3b24a109640d90dba73215631b (patch) | |
tree | 78ef92df7a05944abbbc564df9d2789e42d1220a /src/MainWindowBase.ui | |
parent | 191e11f6dc9f8ac42f39a8866a8f4dfb4f75433c (diff) | |
download | universal-indent-gui-tqt-b4d35ab97d008c3b24a109640d90dba73215631b.tar.gz universal-indent-gui-tqt-b4d35ab97d008c3b24a109640d90dba73215631b.zip |
Settings for syntax highlighting, showing whitespaces and loading last open file are now saved and restored across executions
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/MainWindowBase.ui')
-rwxr-xr-x | src/MainWindowBase.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MainWindowBase.ui b/src/MainWindowBase.ui index 9d478b4..676b6f1 100755 --- a/src/MainWindowBase.ui +++ b/src/MainWindowBase.ui @@ -289,7 +289,7 @@ <string>Enables or disables diplaying of white space characters in the editor.</string> </property> <property name="visible"> - <bool>false</bool> + <bool>true</bool> </property> </action> <action> @@ -340,7 +340,7 @@ <string>If selected opens last source code file on startup.</string> </property> <property name="visible"> - <bool>false</bool> + <bool>true</bool> </property> </action> <action> |