diff --git a/electron/main.js b/electron/main.js index a261020d..32ffdb0f 100644 --- a/electron/main.js +++ b/electron/main.js @@ -44,7 +44,7 @@ const config = new Config({ // Configure AutoLaunch const appLauncher = new AutoLaunch({ - name: 'Rambox' + name: 'Rambox.app' ,isHiddenOnLaunch: config.get('start_minimized') }); config.get('auto_launch') && !isDev ? appLauncher.enable() : appLauncher.disable();