diff options
author | Nils Achtergarde <[email protected]> | 2017-12-31 00:25:06 +0000 |
---|---|---|
committer | Nils Achtergarde <[email protected]> | 2017-12-31 00:25:06 +0000 |
commit | 19ac40b1974583197fe62f167442bb0d52e62b01 (patch) | |
tree | f32720f4cd1f1cfbb001f4d9a9ba90f7ea9baa20 /mainwindow.cpp | |
parent | verify files readded (4ecc173307c8c1ed13f28b6955484a484a25402a to 7c874c55c82... (diff) | |
download | gpg4usb-19ac40b1974583197fe62f167442bb0d52e62b01.tar.gz gpg4usb-19ac40b1974583197fe62f167442bb0d52e62b01.zip |
recommit of ed8fb7fab377f277811368229b5d056e7edd860a (automatically restart gpg4usb after changing keydb path (and add note that restart is done))
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r-- | mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp index 1a698ea..6e00eb9 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -944,6 +944,7 @@ void MainWindow::slotOpenSettingsDialog() { QString preLang = settings.value("int/lang").toString(); + QString preKeydbPath = settings.value("gpgpaths/keydbpath").toString(); new SettingsDialog(mCtx, this); // Iconsize |