mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
remove console log
This commit is contained in:
@@ -14,6 +14,5 @@ ipcMain.on('window.minimize', async () => {
|
||||
});
|
||||
|
||||
ipcMain.on('window.reset', async () => {
|
||||
console.log('aaaaaa');
|
||||
getMainWindow()?.restore();
|
||||
});
|
||||
|
||||
@@ -12,13 +12,9 @@ export function Modal() {
|
||||
|
||||
const modalSevice = ModalService.getInsance();
|
||||
|
||||
console.log(`modal type: ${modalType}`);
|
||||
|
||||
useEffect(() => {
|
||||
modalSevice.modalType$.subscribe(type => {
|
||||
setModalType(type);
|
||||
console.log("*** open modal ***");
|
||||
console.log("*** open type: "+type+" ***")
|
||||
})
|
||||
}, [])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user