autocommit 2022-03-09 17:51:17 CET
This commit is contained in:
parent
4df6b559b7
commit
0399772467
35 changed files with 429 additions and 423 deletions
|
|
@ -22,7 +22,7 @@ pub enum LogindError {
|
|||
|
||||
pub struct Session {
|
||||
socket: Rc<DbusSocket>,
|
||||
seat: String,
|
||||
_seat: String,
|
||||
session_path: String,
|
||||
}
|
||||
|
||||
|
|
@ -58,7 +58,7 @@ impl Session {
|
|||
};
|
||||
Ok(Self {
|
||||
socket: socket.clone(),
|
||||
seat,
|
||||
_seat: seat,
|
||||
session_path,
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue