mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-14 08:23:55 +08:00
fix
This commit is contained in:
parent
b3c12bfc3b
commit
0fd89e5efc
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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 }}
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user