From 26054842a531dc08218ecdd1f8fdaaf44e68e7d6 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 16 Oct 2024 08:44:21 +0400 Subject: [PATCH] (config) ags: remove client title --- config/ags/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ags/config.js b/config/ags/config.js index fae07cc2..a8717c65 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -201,7 +201,7 @@ function Left() { spacing: 8, children: [ Workspaces(), - ClientTitle(), + // ClientTitle(), ], }) }