forked from abner/for-legacy-web
Cleaned up titlebar look
This commit is contained in:
@@ -24,6 +24,7 @@ export function Native(props: Props) {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<h3>App Behavior</h3>
|
||||
<Checkbox
|
||||
checked={autoStart ?? false}
|
||||
disabled={typeof autoStart === "undefined"}
|
||||
|
||||
Reference in New Issue
Block a user