Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yar2000T authored Jan 8, 2025
1 parent 3ac0979 commit a5f2c8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/common/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,10 @@ export interface IMenuSettings {
* the themes to use for the menu and the editor.
*/
export interface IAppSettings {
/** Run Kando on startup, uses already created module, for flapack it will use dbus to
* request permissions if option is enabled (true) */
/**
* Run Kando on startup, uses already created module, for flapack it will use dbus to
* request permissions if option is enabled (true)
*/
enableAutostart: boolean;

/**
Expand Down

0 comments on commit a5f2c8d

Please sign in to comment.