diff options
Diffstat (limited to 'gui/qml/AboutDialog.qml')
-rw-r--r-- | gui/qml/AboutDialog.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/qml/AboutDialog.qml b/gui/qml/AboutDialog.qml index a101ea3..bd3d77e 100644 --- a/gui/qml/AboutDialog.qml +++ b/gui/qml/AboutDialog.qml @@ -5,6 +5,7 @@ MessageDialog { title: qsTr("About") text: getText() informativeText: getVersion() + icon: StandardIcon.Information function getText() { var _name = ctx ? ctx.appName : "vpn" |