We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e045486 commit ed6310bCopy full SHA for ed6310b
tools/capture.py
@@ -29,6 +29,8 @@ def __init__(self, img_name: str) -> None:
29
@Slot()
30
def _capture_window_img(self) -> None:
31
for theme in qdarktheme.get_themes():
32
+ if theme == "auto":
33
+ continue
34
qdarktheme.setup_theme(theme)
35
self._gallery.setGeometry(QGuiApplication.primaryScreen().geometry())
36
self._gallery.grab().save(f"{self._img_name}-{theme}.png")
0 commit comments