tweaks
This commit is contained in:
parent
73baad8ae6
commit
d16acf2139
2 changed files with 3 additions and 3 deletions
|
@ -302,9 +302,9 @@ impl cosmic::Application for App {
|
|||
|
||||
let presenter_window = self.windows.get(1);
|
||||
let text = if self.presentation_open {
|
||||
text::body("End Presentation")
|
||||
text::text("End Presentation")
|
||||
} else {
|
||||
text::body("Present")
|
||||
text::text("Present")
|
||||
};
|
||||
|
||||
vec![
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue