This commit is contained in:
Ashley Wulber 2021-12-03 13:47:53 -05:00 committed by Jeremy Soller
parent a6c5b3b0b4
commit 04b4b88534
3 changed files with 32 additions and 21 deletions

View file

@ -82,7 +82,7 @@ fn load_css() {
fn main() {
let app = gtk::Application::builder()
.application_id("com.system76.Launcher")
.application_id("com.cosmic.Launcher")
.build();
app.connect_startup(|app| {
@ -99,7 +99,7 @@ fn main() {
let window = Window::new(app);
let wclone = window.clone();
window.show();
window.show();
glib::MainContext::default().spawn_local(async move {
while let Some(event) = rx.recv().await {