From 77f31b63aa0eca89f34c47edb93ef91bd8f70c9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Sun, 19 Feb 2023 00:38:33 +0100 Subject: [PATCH] fix path for flatpak in faq --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 382c84c..455e129 100644 --- a/README.md +++ b/README.md @@ -106,9 +106,11 @@ allowing access to "All system files" under the "Filesystem" section. ### Is there any way to add custom CSS / a theme? Yes, you can add all your styles into -`~/.config/discord-screenaudio/userstyles.css`. But please note that due to -QtWebEngine limitations concerning content security policies, you can't use any -external files (like `@import` or `url()`). +`~/.config/discord-screenaudio/userstyles.css` (or +`~/.var/app/de.shorsh.discord-screenaudio/config/discord-screenaudio/userstyles.css` +if you are using the Flatpak). But please note that due to QtWebEngine +limitations concerning content security policies, you can't use any external +files (like `@import` or `url()`). ## License