🔨 Refactor(custom): refactored setting page

This commit is contained in:
Kuingsmile 2024-06-07 14:58:10 +08:00
parent 3bc784f4d8
commit 6432837909
2 changed files with 220 additions and 559 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff