diff --git a/electron/main.js b/electron/main.js index a43a008e..5b2d6f82 100644 --- a/electron/main.js +++ b/electron/main.js @@ -43,7 +43,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();