From 99dad790f42d6b191621042a29c7b592d5ce5c4d Mon Sep 17 00:00:00 2001 From: Michel Le Bihan Date: Fri, 21 Apr 2023 15:03:41 +0000 Subject: feat: Detect dark theme on Windows --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 553b08ba9..4545e450b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,7 @@ dependencies = [ "PyGObject>=3.42.0", "qrcode>=7.3.1", "omemo-dr>=0.99.0,<2.0.0", + "winsdk ; platform_system == 'Windows'", ] dynamic = ["version"] -- cgit v1.2.3