mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-12 18:24:58 +08:00
Move main window setting to its own section
This commit is contained in:
parent
b8a7ecfe69
commit
2d48581570
@ -1296,12 +1296,12 @@ void Preferences::setMainVSplitterState(const QByteArray &state)
|
||||
|
||||
QString Preferences::getMainLastDir() const
|
||||
{
|
||||
return value("MainWindowLastDir", QDir::homePath());
|
||||
return value("MainWindow/LastDir", QDir::homePath());
|
||||
}
|
||||
|
||||
void Preferences::setMainLastDir(const QString &path)
|
||||
{
|
||||
setValue("MainWindowLastDir", path);
|
||||
setValue("MainWindow/LastDir", path);
|
||||
}
|
||||
|
||||
QByteArray Preferences::getPeerListState() const
|
||||
|
Loading…
Reference in New Issue
Block a user