Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Jan 9, 2025
1 parent 77056f2 commit fa2cecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/core/electronAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import { electronAPI as getElectronAPI, isElectron } from '@/utils/envUtil'
id: 'Comfy-Desktop.WindowStyle',
category: ['Comfy-Desktop', 'General', 'Window Style'],
name: 'Window Style',
tooltip: 'Custom option hides the system title bar',
tooltip: 'Choose custom option to hide the system title bar',
type: 'combo',
defaultValue: 'default',
options: ['default', 'custom'],
Expand Down

0 comments on commit fa2cecc

Please sign in to comment.