From 65b882b0d6d7762000bf479aca626f2cf21dd6f7 Mon Sep 17 00:00:00 2001
From: rokosun <rokosun@noreply.git.trom.tf>
Date: Mon, 1 Jan 2024 15:21:06 +0000
Subject: [PATCH] Update layoutSwitcher.nim

---
 layoutSwitcher.nim | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/layoutSwitcher.nim b/layoutSwitcher.nim
index 0c6c8ba..7987f8a 100644
--- a/layoutSwitcher.nim
+++ b/layoutSwitcher.nim
@@ -37,7 +37,7 @@ proc enableTopBarIntegration(): bool =
       sendNotification(appID, "Layout Switcher", "Authentication failed!")
       return false
     else:
-      sendNotification(appID, "Failed installing global menu!", "Make sure that you are not currently installing any apps or updating the system.\nEnabling internet connection might solve the issue.")
+      sendNotification(appID, "Layout Switcher", "Failed installing global menu!")
       return false
   # Hide window borders when maximized
   discard runCommand("/usr/bin/xfconf-query",
@@ -62,7 +62,7 @@ proc disableTopBarIntegration(): bool =
     of 127:
       sendNotification(appID, "Layout Switcher", "Authentication failed!")
     else:
-      sendNotification(appID, "Failed removing global menu!", "Make sure that you are not currently installing any apps or updating the system.")
+      sendNotification(appID, "Layout Switcher", "Failed removing global menu!")
       return false
   # Hide window borders when maximized
   discard runCommand("/usr/bin/xfconf-query",