fix: reset timeline when a popup is created
This commit is contained in:
parent
c7765278f0
commit
9f51e12fc9
5 changed files with 5 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ impl cosmic::Application for CosmicBluetoothApplet {
|
|||
// TODO request update of state maybe
|
||||
let new_id = window::Id::unique();
|
||||
self.popup.replace(new_id);
|
||||
self.timeline = Timeline::new();
|
||||
|
||||
let mut popup_settings = self.core.applet.get_popup_settings(
|
||||
window::Id::MAIN,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue