add tooltips to emote buttons with emote names

This commit is contained in:
cidoku 2025-02-20 00:09:59 -03:00
parent 7046a151fb
commit 29e6946515

View File

@ -1511,7 +1511,7 @@ class gui(QtGui.QWidget):
self.emotebuttons[n_emote].setPixmap(image) self.emotebuttons[n_emote].setPixmap(image)
self.emotebuttons[n_emote].show() self.emotebuttons[n_emote].show()
self.emotebuttons[n_emote].setToolTip(self.charemotes[n_emote][0]) self.emotebuttons[n_emote].setToolTip(self.charemotes[n_emote + self.current_emote_page * self.max_emotes_on_page][0])
def iniswap_index_change(self, ind): def iniswap_index_change(self, ind):