From 78e0caa64193cf47b75ec34f4865548164fe922d Mon Sep 17 00:00:00 2001 From: MeexReay Date: Wed, 18 Jun 2025 02:15:13 +0300 Subject: [PATCH] fix compiling docs x2 --- docs/compiling.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/compiling.md b/docs/compiling.md index 90c021f..9210484 100644 --- a/docs/compiling.md +++ b/docs/compiling.md @@ -25,7 +25,7 @@ # Troubleshooting -## Windows / MacOS +## Windows ### Black frame around the window @@ -36,9 +36,11 @@ Black frame appears on connecting to the server or when bRAC just freezes. Be pa As GNotifications dont work on Windows, we need to send notifications through winapi. Development of this feature is active, you can participate in it by making a pull requests. -### Doesnt compile / doesnt work +## MacOS -Write a new issue here and dont google anything!!1 +### Notifications dont work + +Switch to `libnotify` by adding the feature to cargo: `cargo build -r -F libnotify` ## Linux