diff --git a/src/common/index.ts b/src/common/index.ts index 0cc617dd..fdd6d511 100644 --- a/src/common/index.ts +++ b/src/common/index.ts @@ -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; /**