diff --git a/config/apps.php b/config/apps.php index bf724e90..b8cbc0ae 100644 --- a/config/apps.php +++ b/config/apps.php @@ -51,6 +51,7 @@ return [ 'content_mode' => 'native-module', 'default_width' => 980, 'default_height' => 700, + 'show_on_desktop' => false, 'supports_widget' => true, 'supports_tray' => false, 'module_name' => 'desktop', diff --git a/partials/desktop/shell.php b/partials/desktop/shell.php index 0cc5a929..cbb09758 100644 --- a/partials/desktop/shell.php +++ b/partials/desktop/shell.php @@ -100,18 +100,23 @@ $renderStartIcon = static function (array $profile): string {