mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
feat(core): add open link in app to doc menu (#8597)
add "open in desktop app" menu item for editor fix AF-1547
This commit is contained in:
2
packages/common/env/src/constant.ts
vendored
2
packages/common/env/src/constant.ts
vendored
@@ -5,7 +5,7 @@ declare global {
|
||||
// eslint-disable-next-line no-var
|
||||
var __appInfo: {
|
||||
electron: boolean;
|
||||
schema: string;
|
||||
scheme: string;
|
||||
windowName: string;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user