mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
fix: local dictionary file:/// support
This commit is contained in:
parent
c5b9e48e0e
commit
84c6b79217
|
@ -48,11 +48,7 @@ public:
|
|||
}
|
||||
//else file:/// local dictionary file path
|
||||
|
||||
|
||||
if(experimentalIframe)
|
||||
urlTemplate = QUrl( urlTemplate_ ).toEncoded() ;
|
||||
|
||||
|
||||
urlTemplate = QUrl( urlTemplate_ ).toEncoded() ;
|
||||
dictionaryDescription = urlTemplate_;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue