Remove about heading
This commit is contained in:
parent
910dff2c90
commit
8cb92d36ae
2 changed files with 1 additions and 2 deletions
|
|
@ -339,7 +339,7 @@ pub enum ContextPage {
|
|||
impl ContextPage {
|
||||
fn title(&self) -> String {
|
||||
match self {
|
||||
Self::About => fl!("about"),
|
||||
Self::About => String::new(),
|
||||
Self::ColorSchemes(_color_scheme_kind) => fl!("color-schemes"),
|
||||
Self::Profiles => fl!("profiles"),
|
||||
Self::Settings => fl!("settings"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue