Skip to content

Commit 26e54e6

Browse files
author
glwnd
committed
Merge branch 'ui_slint' of github.com:glowinthedark/pyglossary into ui_slint
2 parents b9f20ae + d382d25 commit 26e54e6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-macos-slint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Build for MacOS x86_64 / arm64 (Slint)
44
on:
55
push:
66
branches:
7-
- 'build-release'
7+
- 'build-release-slint'
88
workflow_dispatch:
99

1010
concurrency:

.github/workflows/build-windows-slint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build for Windows x86_64 (Slint)
22
on:
33
push:
44
branches:
5-
- 'build-release'
5+
- 'build-release-slint'
66
paths-ignore:
77
- 'doc/**'
88
- '*.md'

pyglossary/ui/argparse_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def defineFlags(parser: argparse.ArgumentParser, config: ConfigType) -> None:
4545
"-u",
4646
"--ui",
4747
dest="ui_type",
48-
default="slint",
48+
default="auto",
4949
choices=(
5050
"cmd",
5151
"gtk",

0 commit comments

Comments
 (0)