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