Vanessa 2026-03-06 20:23:26 +08:00
parent c39b25f1ef
commit 285e61d13f
3 changed files with 69 additions and 1 deletions

View file

@ -10,7 +10,7 @@ import {openNewWindow, openNewWindowById} from "../window/openNewWindow";
import {Tab} from "../layout/Tab";
/// #endif
import {updateHotkeyTip} from "../protyle/util/compatibility";
import * as platformUtils from "../protyle/util/compatibility";
import * as platformUtils from "./platformUtils";
import {App} from "../index";
import {Constants} from "../constants";
import {Setting} from "./Setting";