Skip to content

Commit

Permalink
fix: local dictionary file:/// support
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Feb 16, 2023
1 parent c5b9e48 commit 84c6b79
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions website.cc
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,7 @@ class WebSiteDictionary: public Dictionary::Class
}
//else file:/// local dictionary file path


if(experimentalIframe)
urlTemplate = QUrl( urlTemplate_ ).toEncoded() ;


urlTemplate = QUrl( urlTemplate_ ).toEncoded() ;
dictionaryDescription = urlTemplate_;
}

Expand Down

0 comments on commit 84c6b79

Please sign in to comment.