mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 17:15:16 +00:00
Fix small stories thumbnails in profile / my stories.
This commit is contained in:
@@ -104,8 +104,6 @@ object_ptr<Ui::BoxContent> PrepareContactsBox(
|
||||
controller->setStoriesShown(true);
|
||||
const auto raw = controller.get();
|
||||
auto init = [=](not_null<PeerListBox*> box) {
|
||||
using namespace Dialogs::Stories;
|
||||
|
||||
struct State {
|
||||
QPointer<::Ui::IconButton> toggleSort;
|
||||
rpl::variable<Mode> mode = Mode::Online;
|
||||
|
Reference in New Issue
Block a user