fix dock app name
This commit is contained in:
parent
ed4863388f
commit
12ebd54979
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ fn load_css() {
|
||||||
fn main() {
|
fn main() {
|
||||||
assert!(utils::BoxedWindowList::static_type().is_valid());
|
assert!(utils::BoxedWindowList::static_type().is_valid());
|
||||||
let app = gtk::Application::builder()
|
let app = gtk::Application::builder()
|
||||||
.application_id("com.cosmic.Launcher")
|
.application_id("com.system76.dock")
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
app.connect_startup(|app| {
|
app.connect_startup(|app| {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue