mobile: add missing icon fonts

This commit is contained in:
ammarahm-ed
2023-07-31 15:38:19 +05:00
parent 61111b10ff
commit fc9a14ff3c
2 changed files with 14 additions and 3 deletions

View File

@@ -39,9 +39,20 @@ const EXTRA_ICON_NAMES = [
"bell",
"bell-off-outline",
"check",
"plus",
"magnify",
"plus"
"plus",
"view-list-outline",
"view-list",
"play",
"pause",
"notebook-outline",
"text-short",
"radiobox-marked",
"radiobox-blank",
"sort-descending",
"information",
"sort-ascending",
"alert"
];
const __filename = fileURLToPath(import.meta.url);

View File

@@ -36,7 +36,7 @@ import { useShareStore } from "./store";
const EditorMobileSourceUrl =
Platform.OS === "android"
? "file:///android_asset/index.html"
? "file:///android_asset/plaineditor.html"
: "extension.bundle/plaineditor.html";
/**
* Replace this with dev url when debugging or working on the editor mobile repo.