Enable preview in dialog

This commit is contained in:
Jeremy Soller 2024-09-20 19:36:50 -06:00
parent 333d4e58ca
commit 73ed4cfa5a
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 97 additions and 20 deletions

View file

@ -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"),