Merge branch 'master' into feat/multi-window-support
This commit is contained in:
commit
e09b4e24dd
331 changed files with 12085 additions and 3976 deletions
11
core/src/window/settings/linux.rs
Normal file
11
core/src/window/settings/linux.rs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
//! Platform specific settings for Linux.
|
||||
|
||||
/// The platform specific window settings of an application.
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Default)]
|
||||
pub struct PlatformSpecific {
|
||||
/// Sets the application id of the window.
|
||||
///
|
||||
/// As a best practice, it is suggested to select an application id that match
|
||||
/// the basename of the application’s .desktop file.
|
||||
pub application_id: String,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue