Skip to content

Commit 01aba80

Browse files
committed
chore: change icon
1 parent 54b2ffa commit 01aba80

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

chat2db-client/src/layouts/index.less

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
:global {
55
#root {
66
height: 100%;
7-
7+
.codicon-symbol-text:before{
8+
content: '\eb11';
9+
width: 16px;
10+
height: 16px;
11+
}
812
.codicon-symbol-function:before {
913
content: '\ebb8';
1014
width: 16px;

chat2db-client/src/main/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const registerAppMenu = (mainWindow) => {
5050
{
5151
label: '刷新',
5252
// accelerator: process.platform === 'darwin' ? 'Cmd+R' : 'Ctrl+R',
53-
accelerator: 'CmdOrCtrl+Shift+X',
53+
accelerator: 'CmdOrCtrl+Shift+R',
5454
click() {
5555
const focusedWindow = BrowserWindow.getFocusedWindow();
5656
if (focusedWindow) {

0 commit comments

Comments
 (0)