mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-07 10:05:13 +00:00
links preview done
This commit is contained in:
@@ -78,7 +78,7 @@ void DownloadPathBox::showAll() {
|
||||
}
|
||||
|
||||
void DownloadPathBox::paintEvent(QPaintEvent *e) {
|
||||
QPainter p(this);
|
||||
Painter p(this);
|
||||
if (paint(p)) return;
|
||||
|
||||
paintTitle(p, lang(lng_download_path_header), true);
|
||||
|
Reference in New Issue
Block a user