mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-27 16:29:44 -05:00
Rename settings key for window geometry.
This commit is contained in:
parent
1e2d1a1b17
commit
6659745e2b
@ -40,7 +40,7 @@ MainWindow::MainWindow()
|
||||
{
|
||||
m_ui->setupUi(this);
|
||||
|
||||
restoreGeometry(config()->get("Window/Geometry").toByteArray());
|
||||
restoreGeometry(config()->get("window/Geometry").toByteArray());
|
||||
|
||||
setWindowIcon(filePath()->applicationIcon());
|
||||
QAction* toggleViewAction = m_ui->toolBar->toggleViewAction();
|
||||
@ -429,7 +429,7 @@ void MainWindow::closeEvent(QCloseEvent* event)
|
||||
|
||||
void MainWindow::saveWindowInformation()
|
||||
{
|
||||
config()->set("Window/Geometry", saveGeometry());
|
||||
config()->set("window/Geometry", saveGeometry());
|
||||
}
|
||||
|
||||
bool MainWindow::saveLastDatabases()
|
||||
|
Loading…
Reference in New Issue
Block a user