From bc7568a19127e816686df0ef974cc3c8ec10a1b5 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 7 Jul 2024 07:38:39 +0100 Subject: [PATCH] bump wait after loading config by 50ms --- src/vmrcli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vmrcli.c b/src/vmrcli.c index 7efcd8e..84cf573 100644 --- a/src/vmrcli.c +++ b/src/vmrcli.c @@ -147,7 +147,7 @@ int main(int argc, char *argv[]) { log_info("Profile %s loaded", cvalue); set_parameter_string(vmr, "command.load", cvalue); - Sleep(250); + Sleep(300); clear_dirty(vmr); }