mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
parent
07d9c63c79
commit
617589d09c
|
@ -1423,7 +1423,7 @@ void MainWindow::setupNetworkCache( int maxSize )
|
||||||
articleNetMgr.setCache( diskCache );
|
articleNetMgr.setCache( diskCache );
|
||||||
|
|
||||||
webEngineProfile->setCachePath( cacheDirectory );
|
webEngineProfile->setCachePath( cacheDirectory );
|
||||||
webEngineProfile->setPersistentStoragePath( QStandardPaths::writableLocation( QStandardPaths::AppDataLocation ) );
|
webEngineProfile->setPersistentStoragePath( cacheDirectory );
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::makeDictionaries()
|
void MainWindow::makeDictionaries()
|
||||||
|
|
Loading…
Reference in a new issue