Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Sep 27, 2024
1 parent eb024c3 commit 70a739c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions psst-gui/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ fn main() {
let window = ui::account_setup_window();

if state.config.kiosk_mode {
let window = ui::kiosk_setup_window();
let window = ui::kiosk_setup_window();
} else {

}

delegate = Delegate::with_preferences(window.id);
Expand Down
2 changes: 1 addition & 1 deletion psst-gui/src/ui/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pub fn preferences_window() -> WindowDesc<AppState> {
} else {
win_size
};

let win = WindowDesc::new(preferences_widget())
.title("Preferences")
.window_size(win_size)
Expand Down

0 comments on commit 70a739c

Please sign in to comment.