mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
merge
This commit is contained in:
commit
92f8e70e83
700 changed files with 986 additions and 758 deletions
|
@ -14,6 +14,11 @@ if (is.development) {
|
|||
app.setPath('userData', path.join(app.getPath('userData'), '_dev'));
|
||||
};
|
||||
|
||||
// Fix notifications app name
|
||||
if (is.windows) {
|
||||
app.setAppUserModelId(app.name);
|
||||
};
|
||||
|
||||
const Api = require('./electron/js/api.js');
|
||||
const ConfigManager = require('./electron/js/config.js');
|
||||
const UpdateManager = require('./electron/js/update.js');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue