From 13c51fdf5b9fd42a244bc1620e7e96c80a080f66 Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Thu, 30 Jun 2022 14:35:45 +0100 Subject: Feature: Copy Ferdium info from the 'About' dialog into the clipboard (#402) Co-authored-by: Vijay A --- src/index.ts | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts index 0fccac6e9..786b95a69 100644 --- a/src/index.ts +++ b/src/index.ts @@ -26,7 +26,6 @@ import { DEFAULT_APP_SETTINGS, DEFAULT_WINDOW_OPTIONS } from './config'; import { isMac, isWindows, isLinux, altKey } from './environment'; import { isDevMode, - aboutAppDetails, userDataRecipesPath, userDataPath, } from './environment-remote'; @@ -166,11 +165,6 @@ if (!retrieveSettingValue('enableGPUAcceleration', false)) { app.disableHardwareAcceleration(); } -app.setAboutPanelOptions({ - applicationVersion: aboutAppDetails(), - version: '', -}); - const createWindow = () => { // Remember window size const mainWindowState = windowStateKeeper({ -- cgit v1.2.3-54-g00ecf