mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 23:24:01 +02:00
Fix export bar in accounts toggle.
This commit is contained in:
parent
8ad1e8aed9
commit
c19c0afe60
1 changed files with 3 additions and 1 deletions
|
@ -52,7 +52,9 @@ public:
|
|||
}
|
||||
|
||||
auto progressState() const {
|
||||
return ContentFromState(_settings.get(), _process->state());
|
||||
return ContentFromState(
|
||||
_settings.get(),
|
||||
rpl::single(_state) | rpl::then(_process->state()));
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue