mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2024-11-23 17:13:11 +03:00
remove appid from gtk part
This commit is contained in:
parent
4e4756e88a
commit
591a671a8d
@ -31,7 +31,7 @@ use wayland_record::WaylandRecorder;
|
||||
#[async_std::main]
|
||||
async fn main() {
|
||||
// Create new application
|
||||
let application = Application::new(Some("sa.sy.blue-recorder"), Default::default());
|
||||
let application = Application::new(None, Default::default());
|
||||
application.connect_activate(build_ui);
|
||||
application.run();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user