feat: add dbus_connection() method to app::Application trait
This commit is contained in:
parent
38dde24f96
commit
b8eaad2a7e
4 changed files with 21 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ pub enum Action {
|
|||
Close,
|
||||
/// Closes or shows the context drawer.
|
||||
ContextDrawer(bool),
|
||||
#[cfg(feature = "single-instance")]
|
||||
DbusConnection(zbus::Connection),
|
||||
/// Requests to drag the window.
|
||||
Drag,
|
||||
/// Window focus changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue