add delay in refresh
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
parent
dd97dc580b
commit
897dc1c2ba
1 changed files with 2 additions and 0 deletions
|
|
@ -1077,6 +1077,8 @@ mod desktop {
|
|||
return;
|
||||
}
|
||||
|
||||
// wait 2 seconds before getting seat0 values; was required for lightdm to get correct values
|
||||
std::thread::sleep(Duration::from_secs(2));
|
||||
let seat0_values = get_values_of_seat0(&[0, 1, 2]);
|
||||
if seat0_values[0].is_empty() {
|
||||
*self = Self::default();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue