mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Add TabbedSection which uses the TabbedSelector.
This commit is contained in:
@@ -682,10 +682,6 @@ struct Data {
|
||||
base::Observable<void> UnreadCounterUpdate;
|
||||
base::Observable<void> PeerChooseCancel;
|
||||
|
||||
float64 DialogsWidthRatio = 5. / 14;
|
||||
base::Variable<bool> DialogsListFocused = { false };
|
||||
base::Variable<bool> DialogsListDisplayForced = { false };
|
||||
|
||||
};
|
||||
|
||||
} // namespace internal
|
||||
@@ -805,8 +801,4 @@ DefineRefVar(Global, base::Observable<HistoryItem*>, ItemRemoved);
|
||||
DefineRefVar(Global, base::Observable<void>, UnreadCounterUpdate);
|
||||
DefineRefVar(Global, base::Observable<void>, PeerChooseCancel);
|
||||
|
||||
DefineVar(Global, float64, DialogsWidthRatio);
|
||||
DefineRefVar(Global, base::Variable<bool>, DialogsListFocused);
|
||||
DefineRefVar(Global, base::Variable<bool>, DialogsListDisplayForced);
|
||||
|
||||
} // namespace Global
|
||||
|
Reference in New Issue
Block a user