mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: add missing icon fonts
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user