Desktop: Linux improve desktop integration (#3003)

* Move consts to extra module

* Add desktop icons

* Add xdg desktop file

* Improve window attributes

* Make icon background white
This commit is contained in:
Timon
2025-08-06 15:05:38 +00:00
committed by GitHub
parent caa228a1ec
commit 0462d0ea2f
7 changed files with 46 additions and 11 deletions
+2
View File
@@ -6,6 +6,8 @@ use graphite_editor::messages::prelude::Message;
use tracing_subscriber::EnvFilter;
use winit::event_loop::EventLoop;
pub(crate) mod consts;
mod cef;
use cef::{Setup, WindowSize};