mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2025-04-21 16:00:17 +08:00
fix: local UID not saved when switching users
This commit is contained in:
@ -456,7 +456,7 @@ ipcMain.handle('READ_DATA', async () => {
|
||||
})
|
||||
|
||||
ipcMain.handle('CHANGE_UID', (event, uid) => {
|
||||
config.current = uid
|
||||
changeCurrent(uid)
|
||||
})
|
||||
|
||||
ipcMain.handle('GET_CONFIG', () => {
|
||||
|
Reference in New Issue
Block a user