Fixed wrong field used in target RPS $ calculation. RPS-27
This commit is contained in:
@@ -51,6 +51,12 @@ var menu = Menu.buildFromTemplate([
|
||||
mainWindow.webContents.session.clearStorageData();
|
||||
},
|
||||
},
|
||||
{
|
||||
label: "Sign Out",
|
||||
click() {
|
||||
mainWindow.webContents.send(ipcTypes.app.toRenderer.signOut);
|
||||
},
|
||||
},
|
||||
{
|
||||
label: "Exit",
|
||||
click() {
|
||||
|
||||
Reference in New Issue
Block a user