Skip to content

Commit

Permalink
Add suggestion for the online installation
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Feb 16, 2024
1 parent f516fa0 commit 8f95a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fn quick_message(message: &'static str) {
.build();

dialog.add_button("_Offline", gtk::ResponseType::No);
dialog.add_button("_Online", gtk::ResponseType::Yes);
dialog.add_button("_Online (recommended)", gtk::ResponseType::Yes);
let content_area = dialog.content_area();
let label = gtk::Label::new(Some(message));

Expand Down

0 comments on commit 8f95a7f

Please sign in to comment.