This commit is contained in:
恍兮惚兮 2024-11-03 17:06:08 +08:00
parent b3c12bfc3b
commit 0fd89e5efc
2 changed files with 5 additions and 2 deletions

View File

@ -66,6 +66,10 @@ jobs:
with:
path: build
- run: python src/build.py merge ${{ matrix.architecture }}
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.fname }}
path: src/build/${{matrix.fname}}.zip
- uses: softprops/action-gh-release@v2
with:
tag_name: ${{ needs.loadversion.outputs.version }}

View File

@ -337,11 +337,10 @@ class dialog_setting_game_internal(QWidget):
if x:
if combo.currentIndex() == 0:
combo.setCurrentIndex(idx + 1)
combo.setRowVisible(idx + 1, True)
else:
if combo.currentIndex() == idx + 1:
combo.setCurrentIndex(0)
combo.setRowVisible(idx + 1, False)
combo.setRowVisible(idx + 1, x)
for i, key in enumerate(targetmod):
try: