diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-11 02:43:30 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-11 02:43:30 +0200 |
| commit | 72e4523e2fb27ee714c30c5aa135198f7b5d553d (patch) | |
| tree | 08dfb374835b66b67642955b658ea6f8c3de2295 /src/mainwindow.ui | |
| parent | 2779c61e83491d1d798f3f494aa890e3f586245a (diff) | |
| download | kristall-72e4523e2fb27ee714c30c5aa135198f7b5d553d.tar.gz | |
Slight improvements for client certificate display, permanent certs are now selectable with double click and have icons, adds changelog into application itself: about:updates
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 3955a40..782d0e3 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -206,6 +206,7 @@ <string>Help</string> </property> <addaction name="actionHelp"/> + <addaction name="actionChangelog"/> <addaction name="separator"/> <addaction name="actionAbout"/> <addaction name="actionAbout_Qt"/> @@ -367,6 +368,11 @@ <string>F1</string> </property> </action> + <action name="actionChangelog"> + <property name="text"> + <string>Changelog</string> + </property> + </action> </widget> <resources> <include location="icons.qrc"/> |
