mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Implement information settings section.
This commit is contained in:
@@ -49,6 +49,12 @@ public:
|
||||
virtual rpl::producer<Type> sectionShowOther() {
|
||||
return rpl::never<Type>();
|
||||
}
|
||||
virtual rpl::producer<bool> sectionCanSaveChanges() {
|
||||
return rpl::single(false);
|
||||
}
|
||||
virtual void sectionSaveChanges(FnMut<void()> done) {
|
||||
done();
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user