Enable preview in dialog
This commit is contained in:
parent
333d4e58ca
commit
73ed4cfa5a
2 changed files with 97 additions and 20 deletions
|
|
@ -342,7 +342,7 @@ pub enum ContextPage {
|
|||
}
|
||||
|
||||
impl ContextPage {
|
||||
fn title(&self) -> String {
|
||||
pub fn title(&self) -> String {
|
||||
match self {
|
||||
Self::About => String::new(),
|
||||
Self::EditHistory => fl!("edit-history"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue