Cleaned up titlebar look

This commit is contained in:
nizune
2021-08-01 20:41:53 +02:00
parent 442dc81cdc
commit 1f6fa49254
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"}