diff --git a/src/main/events/ipcList.ts b/src/main/events/ipcList.ts index 335dce55..d00fd5cb 100644 --- a/src/main/events/ipcList.ts +++ b/src/main/events/ipcList.ts @@ -235,14 +235,6 @@ export default { // PicList Setting page IPC - ipcMain.on('updateCustomLink', () => { - const notification = new Notification({ - title: T('OPERATION_SUCCEED'), - body: T('TIPS_CUSTOM_LINK_STYLE_MODIFIED_SUCCEED') - }) - notification.show() - }) - ipcMain.on('autoStart', (_: IpcMainEvent, val: boolean) => { app.setLoginItemSettings({ openAtLogin: val diff --git a/src/renderer/pages/PicGoSetting.vue b/src/renderer/pages/PicGoSetting.vue index 2ee25dbe..22cb4e33 100644 --- a/src/renderer/pages/PicGoSetting.vue +++ b/src/renderer/pages/PicGoSetting.vue @@ -117,7 +117,7 @@ :label="$T('SETTINGS_ISHIDEDOCK')" > @@ -562,20 +544,18 @@ @@ -751,7 +730,7 @@ @@ -766,7 +745,7 @@ {{ $T('SETTINGS_TIPS_PLACEHOLDER_EXTNAME') }} @@ -802,7 +781,7 @@ > @@ -818,8 +798,8 @@ :label="$T('SETTINGS_PLUGIN_INSTALL_PROXY')" > @@ -827,27 +807,12 @@ :label="$T('SETTINGS_PLUGIN_INSTALL_MIRROR')" > - @@ -876,7 +841,7 @@ :label="$T('SETTINGS_MAIN_WINDOW_SIZE_HEIGHT')" > @@ -1089,7 +1054,7 @@ :label="$T('SETTINGS_LOG_LEVEL')" > @@ -1228,28 +1192,26 @@ :label="$T('SETTINGS_SET_ENABLE_WEB_SERVER')" > -