mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 15:04:57 +00:00
Fix export bar in accounts toggle.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user