From d70b36000fb024f2b4ad192942f5d0034d4e195d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 30 Oct 2025 18:36:11 +0100 Subject: [PATCH] Spelling --- src/Overlay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Overlay.cpp b/src/Overlay.cpp index 6ac039e..ae358ac 100644 --- a/src/Overlay.cpp +++ b/src/Overlay.cpp @@ -510,7 +510,7 @@ namespace gsr { if(!config.main_config.wayland_warning_shown) { config.main_config.wayland_warning_shown = true; save_config(config); - show_notification("Wayland doesn't support GPU Screen Recorder program properly,\nthings may not work as expected. Use X11 if you experience issues.", notification_error_timeout_seconds, mgl::Color(255, 0, 0), mgl::Color(255, 0, 0), NotificationType::NONE, nullptr, NotificationLevel::ERROR); + show_notification("Wayland doesn't support GPU Screen Recorder properly,\nthings may not work as expected. Use X11 if you experience issues.", notification_error_timeout_seconds, mgl::Color(255, 0, 0), mgl::Color(255, 0, 0), NotificationType::NONE, nullptr, NotificationLevel::ERROR); } }