From 44203d466f271461ae565ad8d13176c8d83025b8 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 25 Aug 2026 21:59:09 +0100 Subject: [PATCH] Add 'cert:ignore" to RDP command --- launcher/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/launcher/actions.py b/launcher/actions.py index c717283..6eaf28e 100644 --- a/launcher/actions.py +++ b/launcher/actions.py @@ -72,6 +72,7 @@ class ActionDispatcher: "/sound", "/scale-desktop:133", "/audio-mode:0", + "/cert:ignore", "/f" ] self._run_command(cmd)