Cleaned up titlebar look

This commit is contained in:
nizune
2021-08-01 20:41:53 +02:00
parent 0add738df3
commit 05f2994a19
3 changed files with 14 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ export function Native(props: Props) {
return (
<div>
<h3>App Behavior</h3>
<Checkbox
checked={autoStart ?? false}
disabled={typeof autoStart === "undefined"}