mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Move some settings from global to Session.
This commit is contained in:
@@ -167,7 +167,16 @@ protected:
|
||||
|
||||
class Notification : public Widget {
|
||||
public:
|
||||
Notification(Manager *manager, History *history, PeerData *peer, PeerData *author, HistoryItem *item, int forwardedCount, QPoint startPosition, int shift, Direction shiftDirection);
|
||||
Notification(
|
||||
Manager *manager,
|
||||
History *history,
|
||||
PeerData *peer,
|
||||
PeerData *author,
|
||||
HistoryItem *item,
|
||||
int forwardedCount,
|
||||
QPoint startPosition,
|
||||
int shift,
|
||||
Direction shiftDirection);
|
||||
|
||||
void startHiding();
|
||||
void stopHiding();
|
||||
|
Reference in New Issue
Block a user