1
0
mirror of https://github.com/Escartem/AnimeWwise.git synced 2026-06-04 23:40:25 +08:00
This commit is contained in:
Escartem
2025-02-24 10:21:17 +01:00
committed by GitHub
parent 1329051f7c
commit 2d91aa7c0e

2
app.py
View File

@@ -377,7 +377,7 @@ class AnimeWwise(QMainWindow):
_map = self.assetMap.currentIndex()
if _map != 0:
_map = self.maps["maps"][_map-1]["name"]
_map = self.maps[_map-1]["name"]
else:
_map = None