feat: remove settings rsshub tab and resize settings page
This commit is contained in:
parent
518ae569cc
commit
302dc4c7cd
|
|
@ -27,7 +27,7 @@ export const registerAppMenu = () => {
|
|||
}
|
||||
const window = createWindow({
|
||||
extraPath: "/settings",
|
||||
width: 800,
|
||||
width: 700,
|
||||
height: 600,
|
||||
resizable: false,
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
import { SettingsTitle } from "@renderer/modules/settings/title"
|
||||
|
||||
export function Component() {
|
||||
return (
|
||||
<>
|
||||
<SettingsTitle path="rsshub" className="mb-4" />
|
||||
</>
|
||||
)
|
||||
}
|
||||
Loading…
Reference in New Issue