Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderWolf006 committed Mar 10, 2024
1 parent 176f991 commit 7a6d9fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Binary file removed image/table.png
Binary file not shown.
7 changes: 0 additions & 7 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@ ipcMain.on('getWeekIndex', (e, arg) => {
win.webContents.send('openSettingDialog')
}
},
{
icon: basePath + 'image/table.png',
label: '预览课表',
click: () => {
win.webContents.send('openSettingDialog')
}
},
{
icon: basePath + 'image/clock.png',
label: '矫正计时',
Expand Down

0 comments on commit 7a6d9fb

Please sign in to comment.