Skip to content

Commit a5f5575

Browse files
authored
add tooltip text for self.appsButton
1 parent 9b691d0 commit a5f5575

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main_window.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,8 +998,10 @@ def open_itemsDialog(self, w):
998998

999999
self.appsButton.add_css_class("flat")
10001000
self.appsButton.set_valign(Gtk.Align.CENTER)
1001+
self.appsButton.set_tooltip_text(_["flatpaks_data_tittle"])
10011002
self.appsButton.connect("clicked", self.manage_data_list)
1002-
1003+
1004+
# set responses of itemsDialog
10031005
self.itemsDialog.add_response('cancel', _["cancel"])
10041006
self.itemsDialog.add_response('ok', _["apply"])
10051007
self.itemsDialog.set_response_appearance('ok', Adw.ResponseAppearance.SUGGESTED)

0 commit comments

Comments
 (0)