impr: SongIdSelector get separate values

This commit is contained in:
2023-09-05 21:07:55 +08:00
parent 8e3176ddd4
commit 1e6d9e0151
2 changed files with 6 additions and 3 deletions

View File

@ -79,7 +79,10 @@ class SongIdSelector(Ui_SongIdSelector, QWidget):
else:
return
def value(self):
def packId(self):
return self.packComboBox.currentData()
def songId(self):
return self.songIdComboBox.currentData()
def reset(self):