From 260f18250459c7523e89e492f0139fa815dae28c Mon Sep 17 00:00:00 2001 From: josselinonduty Date: Tue, 8 Jul 2025 13:11:27 +0200 Subject: [PATCH] chore: add author to patch --- patches/11-hide-appoffline-banner.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/11-hide-appoffline-banner.patch b/patches/11-hide-appoffline-banner.patch index 68c754e..e827657 100644 --- a/patches/11-hide-appoffline-banner.patch +++ b/patches/11-hide-appoffline-banner.patch @@ -3,6 +3,7 @@ From: josselinonduty Date: Tue, 8 Jul 2025 12:54:19 +0200 Subject: [PATCH] feat: add toggle to hide application offline banner +Original patch: Aurélien Hamy This solves #123 by adding the `--hide-appoffline-banner` command-line argument to hide the annoying "Application is offline" banner, that sometimes appears when using a VPN or DNS level blocker.