Allow for saving the configuration used by a window opened from a URL.
Note when editing a copy save password works now too.
This commit is contained in:
parent
05e9b982cd
commit
a6be979f8e
7 changed files with 43 additions and 16 deletions
|
|
@ -443,6 +443,12 @@ void DatabaseWindow::on_actionShow_connection_manager_triggered()
|
|||
m_masterController->connectionController()->showConnectionManager();
|
||||
}
|
||||
|
||||
void DatabaseWindow::on_actionSave_connection_triggered()
|
||||
{
|
||||
if (m_config.uuid().isNull())
|
||||
m_masterController->connectionController()->createConnection(&m_config);
|
||||
}
|
||||
|
||||
void DatabaseWindow::on_actionManual_triggered()
|
||||
{
|
||||
OpenManual();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue