File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -199,14 +199,15 @@ SearchBrowser[
199
199
AppearanceElements -> None
200
200
]
201
201
}],
202
+ SynchronousInitialization -> True ,
202
203
Initialization :> (
203
- If [Length @ PacletFind ["ServiceConnection_Qwant" ] === 0 ,
204
- PacletInstall ["ServiceConnection_Qwant" ,
204
+ If [Length @ PacletManager ` PacletFind ["ServiceConnection_Qwant" ] === 0 ,
205
+ PacletManager ` PacletInstall ["ServiceConnection_Qwant" ,
205
206
"Site" ->
206
207
"https://www.wolframcloud.com/objects/b3m2a1.paclets/PacletServer"
207
208
],
208
209
If [! TrueQ @ QwantWebBrowser ` Private ` $qwantUpdated ,
209
- PacletUpdate ["ServiceConnection_Qwant" ,
210
+ PacletManager ` PacletUpdate ["ServiceConnection_Qwant" ,
210
211
"Site" ->
211
212
"https://www.wolframcloud.com/objects/b3m2a1.paclets/PacletServer"
212
213
];
You can’t perform that action at this time.
0 commit comments