mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2024-11-22 21:30:22 +08:00
fix: local UID not saved when switching users
This commit is contained in:
parent
2bc52de233
commit
d732d523a8
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "star-rail-warp-export",
|
"name": "star-rail-warp-export",
|
||||||
"version": "0.0.4",
|
"version": "0.0.5",
|
||||||
"main": "./dist/electron/main/main.js",
|
"main": "./dist/electron/main/main.js",
|
||||||
"author": "biuuu <https://github.com/biuuu>",
|
"author": "biuuu <https://github.com/biuuu>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -456,7 +456,7 @@ ipcMain.handle('READ_DATA', async () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
ipcMain.handle('CHANGE_UID', (event, uid) => {
|
ipcMain.handle('CHANGE_UID', (event, uid) => {
|
||||||
config.current = uid
|
changeCurrent(uid)
|
||||||
})
|
})
|
||||||
|
|
||||||
ipcMain.handle('GET_CONFIG', () => {
|
ipcMain.handle('GET_CONFIG', () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user