From c6baeaa6c016e2d4b7156019127454ef46e6e94a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 23 Mar 2025 15:43:04 +0100 Subject: Exclude unavailable adjustment methods when listing and trying MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/gamma.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gamma.c') diff --git a/src/gamma.c b/src/gamma.c index 1d21a06..a66f2b2 100644 --- a/src/gamma.c +++ b/src/gamma.c @@ -117,6 +117,8 @@ acquire_adjustment_method(struct settings *settings, GAMMA_STATE **method_state_ for (i = 0; gamma_methods[i]; i++) { if (!gamma_methods[i]->autostart) continue; + if (!gamma_methods[i]->is_available()) + continue; if (try_start(gamma_methods[i], method_state_out, &settings->config, NULL) < 0) { weprintf(_("Trying next method...")); -- cgit v1.2.3-70-g09d2