Skip to content

Commit

Permalink
feat: remove settings rsshub tab and resize settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Jun 18, 2024
1 parent 518ae56 commit 302dc4c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion src/main/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const registerAppMenu = () => {
}
const window = createWindow({
extraPath: "/settings",
width: 800,
width: 700,
height: 600,
resizable: false,
})
Expand Down
5 changes: 0 additions & 5 deletions src/renderer/src/lib/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ export const settingTabs = [
path: "actions",
className: "i-mingcute-bling-line",
},
{
name: "RSSHub",
path: "rsshub",
className: "i-mingcute-palette-line",
},
{
name: "Profile",
path: "profile",
Expand Down
9 changes: 0 additions & 9 deletions src/renderer/src/pages/settings/rsshub.tsx

This file was deleted.

0 comments on commit 302dc4c

Please sign in to comment.