mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
dbhub: Add list of CA certificates and restructure code
Change the layout of the preferences dialog a bit. Remove the server selection combo box from the preferences dialog as it will probably never be required. The way we do logins using certificates kind of makes this obsolete, I think. Restructure the whole remote code a little bit. Also add helper functions here and there. Show a list of our the CA certificates built into the application in the preferences dialog. This list is read only of course but still informative as it tells the user which sites are supported ny DB4S.
This commit is contained in:
@@ -1691,7 +1691,7 @@ void MainWindow::reloadSettings()
|
||||
|
||||
// Hide or show the File → Remote menu as needed
|
||||
QAction *remoteMenuAction = ui->menuRemote->menuAction();
|
||||
remoteMenuAction->setVisible(Settings::getSettingsValue("MainWindow", "remotemenu").toBool());
|
||||
remoteMenuAction->setVisible(Settings::getSettingsValue("remote", "active").toBool());
|
||||
|
||||
// Update the remote database connection settings
|
||||
m_remoteDb.reloadSettings();
|
||||
|
||||
Reference in New Issue
Block a user