Miscellaneous Settings
Other settings that don't fit in main categories.
Miscellaneous settings control window chrome and authentication preferences. These are less commonly modified but still important for specific use cases.
| Setting | Type | Default | Description |
|---|---|---|---|
use_titlebar | Boolean | true | Use native OS window titlebar. Disable for frameless window (custom titlebar). Tauri-specific setting. |
auth_preference | Enum | code | code: Browser-based OAuth flow | device_code: Device code flow for headless systems |
Device code authentication is useful for servers or systems without a browser. You'll get a code to enter on another device.