Update nightwatch75/topgrade-wrapper to 0.0.4 (#128)

Settings shortcut in the panel header, and a README that names the release a
user can act on instead of an API level.

Co-authored-by: nightwatch75 <nightwatch75@users.noreply.github.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
nightwatch75
2026-07-29 09:22:48 -04:00
committed by GitHub
co-authored by nightwatch75 Claude Opus 5
parent 8d988d2d3f
commit af10183aaa
4 changed files with 25 additions and 4 deletions
+11
View File
@@ -349,6 +349,17 @@ render = function()
request("check")
end,
}),
-- Opens the settings window on this plugin's own page (the host
-- supplies the plugin id, so a plugin can only ever open its own).
-- The panel closes on the way; the engine keeps running.
ui.button({
glyph = "settings",
variant = "ghost",
tooltip = tr("tip_settings"),
onClick = function()
noctalia.openSettings()
end,
}),
ui.button({
glyph = "close",
variant = "ghost",