mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Version 4.16.5.
- Fix editing privacy for groups and channels invitations. - Possible fix for the network unresponsiveness after sleep. - Possible fix for wide range of memory allocator crashes on Linux.
This commit is contained in:
@@ -160,7 +160,6 @@ public:
|
||||
|
||||
private:
|
||||
const not_null<Main::Session*> _session;
|
||||
bool _premiums = false;
|
||||
|
||||
rpl::event_stream<> _selectionChanged;
|
||||
rpl::event_stream<RowSelectionChange> _rowSelectionChanges;
|
||||
@@ -207,8 +206,7 @@ bool PremiumsRow::useForumLikeUserpic() const {
|
||||
TypesController::TypesController(
|
||||
not_null<Main::Session*> session,
|
||||
bool premiums)
|
||||
: _session(session)
|
||||
, _premiums(premiums) {
|
||||
: _session(session) {
|
||||
}
|
||||
|
||||
Main::Session &TypesController::session() const {
|
||||
|
||||
Reference in New Issue
Block a user