We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4762da0 commit c522182Copy full SHA for c522182
1 file changed
src/main.rs
@@ -14,7 +14,7 @@ use menu::MenuBar;
14
15
fn main() {
16
let app = Application::builder()
17
- .application_id("com.example.PGPMailClient")
+ .application_id("com.example.rusty-app")
18
.build();
19
20
app.connect_activate(build_ui);
@@ -71,7 +71,7 @@ fn build_ui(app: &Application) {
71
72
let window = ApplicationWindow::builder()
73
.application(app)
74
- .title("PGP Mail Client")
+ .title("rusty-app: v0.0.1")
75
.default_width(900)
76
.default_height(600)
77
0 commit comments