chore
This commit is contained in:
parent
e0bf44d82f
commit
01c95f5bc4
@ -394,6 +394,7 @@ const Configs: FC = observer(() => {
|
|||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
{mq && <div style={{ minHeight: '30px' }} />}
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-row-reverse sm:fixed bottom-2 right-2">
|
<div className="flex flex-row-reverse sm:fixed bottom-2 right-2">
|
||||||
<div className="flex gap-2">
|
<div className="flex gap-2">
|
||||||
|
2
main.go
2
main.go
@ -109,7 +109,7 @@ func main() {
|
|||||||
err = wails.Run(&options.App{
|
err = wails.Run(&options.App{
|
||||||
Title: "RWKV-Runner",
|
Title: "RWKV-Runner",
|
||||||
Width: 1024,
|
Width: 1024,
|
||||||
Height: 680,
|
Height: 700,
|
||||||
MinWidth: 375,
|
MinWidth: 375,
|
||||||
MinHeight: 640,
|
MinHeight: 640,
|
||||||
EnableDefaultContextMenu: true,
|
EnableDefaultContextMenu: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user