We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875e1b1 commit 98a07dfCopy full SHA for 98a07df
public/anura-sw.js
@@ -85,9 +85,6 @@ workbox.core.clientsClaim();
85
importScripts("/libs/idb-keyval/idb-keyval.js");
86
87
var cacheenabled;
88
-workbox.routing.registerRoute(/\/x86\/(.*)/, (req) => {
89
- return handleRequests(req); // need to do this because of the dumb way workbox handles async
90
-});
91
92
const callbacks = {};
93
const filepickerCallbacks = {};
src/coreapps/GenericApp.tsx
@@ -8,7 +8,7 @@ class GenericApp extends App {
8
}
9
10
async open(args: string[] = []): Promise<WMWindow | undefined> {
11
- alert(
+ anura.dialog.alert(
12
"This app is not supposed to be opened as it is a placeholder for other apps.",
13
);
14
return;
0 commit comments