We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee11e56 commit bb7409cCopy full SHA for bb7409c
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
path: dist\pythonmenugui.exe
28
- name: Define tag
29
shell: bash
30
- run: echo "::set-output name=tag::0.1"
+ run: echo "::set-output name=tag::0.1.1"
31
id: get_tag
32
- name: release
33
uses: actions/create-release@v1
pythonmenugui.py
@@ -24,8 +24,6 @@ def Menu():
24
sg.Button('Executar'), sg.Button('Cancelar')]]
25
26
window = sg.Window('Arcom Install', font=("Helvetica", 12)).Layout(layout)
- button, values = window.Read()
- sg.SetOptions(text_justification='left')
while True:
event, values = window.read()
0 commit comments