may Maikiwi bless your CI
This commit is contained in:
parent
0154d49c9e
commit
f5dcbf6315
1 changed files with 1 additions and 1 deletions
|
@ -1380,7 +1380,7 @@ export class BrowserWindow {
|
|||
|
||||
|
||||
ipcMain.on('share-menu', async (_event, url) => {
|
||||
if (process.platform != 'darwin') return;
|
||||
if (process.platform !== 'darwin') return;
|
||||
//https://www.electronjs.org/docs/latest/api/share-menu
|
||||
console.log('[Share Sheet - App.ts]', url)
|
||||
const options = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue