Skip to content

Commit

Permalink
Fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Honeycutt committed Jun 3, 2024
1 parent d2d2554 commit 35cafa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions i18n/en/cosmic_backups.ftl → i18n/en/stellarshot.ftl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cosmic-backups = COSMIC Backups
app-title = COSMIC Backups
stellarshot = Stellarshot
app-title = stellarshot
welcome = Backup often! ✨
# Dialogs
Expand Down
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pub enum DialogPage {
#[derive(Clone, Debug)]
pub struct Flags {
pub config_handler: Option<cosmic_config::Config>,
pub config: config::Stellarshot,
pub config: config::StellarshotConfig,
}

#[derive(Clone, Copy, Debug, Eq, PartialEq)]
Expand Down

0 comments on commit 35cafa3

Please sign in to comment.