prepare for initial release
This commit is contained in:
parent
04b7884854
commit
6a5de60f19
3 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ use state::{Cmd, State};
|
|||
fn main() -> glib::ExitCode {
|
||||
// Create a new application
|
||||
let app = Application::builder()
|
||||
.application_id("org.gtk_rs.HelloWorld2")
|
||||
.application_id("org.gtk_rs.timeurs")
|
||||
.build();
|
||||
|
||||
let (send, rec) = mpsc::channel();
|
||||
|
@ -99,7 +99,7 @@ fn build_ui(app: &Application, cmd: Sender<Cmd>) {
|
|||
|
||||
let window = ApplicationWindow::builder()
|
||||
.application(app)
|
||||
.title("My GTK App")
|
||||
.title("Timeu.rs")
|
||||
.child(&container)
|
||||
.build();
|
||||
window.present();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue