add tooltips to emote buttons with emote names
This commit is contained in:
parent
99819b0883
commit
7046a151fb
@ -1511,6 +1511,8 @@ 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])
|
||||||
|
|
||||||
|
|
||||||
def iniswap_index_change(self, ind):
|
def iniswap_index_change(self, ind):
|
||||||
self.iniswapindex = ind
|
self.iniswapindex = ind
|
||||||
|
Loading…
Reference in New Issue
Block a user