Merge branch 'main' into daniel/persistent-positions

This commit is contained in:
ailurux
2024-09-17 14:12:17 +10:00
23 changed files with 491 additions and 106 deletions
+2
View File
@@ -155,6 +155,7 @@ return widgets.MenuScreen:new {
})
end)
files_btn:Image { src = img.files }
widgets.Description(files_btn, "File browser")
theme.set_subject(files_btn, "menu_icon")
local settings_btn = bottom_bar:Button {}
@@ -162,6 +163,7 @@ return widgets.MenuScreen:new {
backstack.push(require("settings"):new())
end)
settings_btn:Image { src = img.settings }
widgets.Description(settings_btn, "Settings")
theme.set_subject(settings_btn, "menu_icon")
end,
}