feat: settings application architecture
This commit is contained in:
commit
2709dcfee5
43 changed files with 7244 additions and 0 deletions
11
src/page/networking/accounts.rs
Normal file
11
src/page/networking/accounts.rs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
// Copyright 2023 System76 <info@system76.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
use crate::page;
|
||||
|
||||
pub fn page() -> page::Meta {
|
||||
page::Meta::default()
|
||||
.title(fl!("online-accounts"))
|
||||
.description(fl!("online-accounts", "desc"))
|
||||
.icon_name("goa-panel-symbolic")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue