mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Add FileSizeLimitBox and pass "ref" to premium payment.
This commit is contained in:
@@ -1862,6 +1862,14 @@ HistoryView::PaintContext SessionController::preparePaintContext(
|
||||
args.clip);
|
||||
}
|
||||
|
||||
void SessionController::setPremiumRef(const QString &ref) {
|
||||
_premiumRef = ref;
|
||||
}
|
||||
|
||||
QString SessionController::premiumRef() const {
|
||||
return _premiumRef;
|
||||
}
|
||||
|
||||
SessionController::~SessionController() {
|
||||
resetFakeUnreadWhileOpened();
|
||||
}
|
||||
|
Reference in New Issue
Block a user