mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
set icon and app name, closes #201
This commit is contained in:
@@ -70,6 +70,8 @@ app.on('activate', () => {
|
||||
});
|
||||
|
||||
app.on('ready', async () => {
|
||||
app.setAppUserModelId('com.github.zadam.trilium');
|
||||
|
||||
mainWindow = await createMainWindow();
|
||||
|
||||
const result = globalShortcut.register('CommandOrControl+Alt+P', cls.wrap(async () => {
|
||||
|
||||
Reference in New Issue
Block a user