Bump version to 2.1.0 and update about page

This commit is contained in:
Ryan Ward
2026-07-28 11:59:08 -05:00
parent 5a8a35926e
commit f70c828483
3 changed files with 10 additions and 3 deletions
+8 -1
View File
@@ -121,11 +121,18 @@ impl SettingsWidget for AboutPageWidget {
.with_child(version_row.finish())
.with_child(
ui_builder
.span("Copyright 2026 Samsung Electronics Co., Ltd.")
.span("Open source software released under the MIT License.")
.build()
.with_margin_top(16.)
.finish(),
)
.with_child(
ui_builder
.span("Source code and license details are available in the project repository.")
.build()
.with_margin_top(8.)
.finish(),
)
.finish(),
)
.finish()