From 022c86485707902131f91e5f5b4fb388a09e3464 Mon Sep 17 00:00:00 2001 From: jgmdev Date: Wed, 8 Jun 2022 15:25:39 -0400 Subject: settings: added tooltip to website button --- plugins/settings.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/settings.lua') diff --git a/plugins/settings.lua b/plugins/settings.lua index 9936b0e..80515f1 100644 --- a/plugins/settings.lua +++ b/plugins/settings.lua @@ -1399,6 +1399,7 @@ function Settings:setup_about() ---@type widget.button local button = Button(self.about, "Visit Website") + button:set_tooltip("Open https://lite-xl.com/") function button:on_click() open_link("https://lite-xl.com/") end ---@type widget.listbox @@ -1413,7 +1414,7 @@ local contributors_list = { { "Rxi", "Lite Founder", "https://github.com/rxi" }, { "Francesco Abbate", "Lite XL Founder", "https://github.com/franko" }, { "Adam Harrison", "Core", "https://github.com/adamharrison" }, - { "Andrea Zanellato", "CI", "https://github.com/redtide" }, + { "Andrea Zanellato", "CI, Website", "https://github.com/redtide" }, { "Björn Buckwalter", "MacOS Support", "https://github.com/bjornbm" }, { "boppyt", "Contributor", "https://github.com/boppyt" }, { "Cukmekerb", "Contributor", "https://github.com/vincens2005" }, -- cgit v1.2.3