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