mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-03-05 05:20:59 -08:00
feat: title bar needs restart
This commit is contained in:
parent
bbee8e8a5e
commit
ed9cd20106
1 changed files with 1 additions and 0 deletions
|
|
@ -365,6 +365,7 @@ export default function Preferences(): JSX.Element {
|
|||
onChange={async (event) => {
|
||||
await window.service.preference.set('titleBar', event.target.checked);
|
||||
await window.service.workspaceView.realignActiveWorkspace();
|
||||
await debouncedRequestShowRequireRestartDialog();
|
||||
}}
|
||||
/>
|
||||
</ListItemSecondaryAction>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue