mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Confirm export stop on quit and logout.
This commit is contained in:
@@ -53,6 +53,9 @@ public:
|
||||
|
||||
void startExport();
|
||||
rpl::producer<Export::View::PanelController*> currentExportView() const;
|
||||
bool exportInProgress() const;
|
||||
void stopExportWithConfirmation(FnMut<void()> callback);
|
||||
void stopExport();
|
||||
|
||||
[[nodiscard]] base::Variable<bool> &contactsLoaded() {
|
||||
return _contactsLoaded;
|
||||
@@ -405,8 +408,6 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
void clearExport();
|
||||
|
||||
void setupContactViewsViewer();
|
||||
void setupChannelLeavingViewer();
|
||||
void photoApplyFields(
|
||||
|
Reference in New Issue
Block a user