Skip to content

Commit

Permalink
Spruce up for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimmR committed Jul 2, 2024
1 parent b389d49 commit 11b230b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Download the executable file and run it by double-clicking. Except for any smart

Firstly, download the app file and copy it into the system's `Applications` folder (it will not work when run from `Desktop` or `Downloads`).

Then, because I don't have an Apple developer account, macs will try their hardest to prevent the app from running. To circumvent this, you will need to navigate to the `Security & Privacy` menu in System Preferences and choose the `Open Anyway` option next to the message that the app has been blocked. You should only have to do this once.
Then, because I don't have an Apple developer account, macs will try their hardest to prevent the app from running. To circumvent this, you will need to navigate to the `Security & Privacy` menu in System Preferences after attempting to run it, and then choose the `Open Anyway` option next to the message stating that the app has been blocked. You should only have to do this once.

Alternatively, you can build and run the application from source to avoid having to do this, which will also give the application permission to be executed from anywhere.

Expand Down
9 changes: 5 additions & 4 deletions authogonal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -757,11 +757,12 @@ pub mod ui {
&self.password_field,
)) {
self.error = String::from("An error occurred")
} else {
// Sets the key attribute and closes the window, as with enter button
*(*self.encryption_key).borrow_mut() =
Some(encrypt::password_to_key(&self.password_field));
ctx.send_viewport_cmd(egui::ViewportCommand::Close)
}
// Sets the key attribute and closes the window, as with enter button
*(*self.encryption_key).borrow_mut() =
Some(encrypt::password_to_key(&self.password_field));
ctx.send_viewport_cmd(egui::ViewportCommand::Close)
}
})
});
Expand Down
44 changes: 22 additions & 22 deletions icon/Icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 11b230b

Please # to comment.