mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Display piece_availability bar when we have something to display (torrent has metadata, torrent is not paused/queued/checking/seeding)
This commit is contained in:
parent
df5f5a943b
commit
eca262f5f4
2 changed files with 21 additions and 12 deletions
|
@ -95,7 +95,8 @@ protected slots:
|
|||
void displayFilesListMenu(const QPoint& pos);
|
||||
void on_changeSavePathButton_clicked();
|
||||
void filteredFilesChanged();
|
||||
void showPieceBars(bool show);
|
||||
void showPiecesDownloaded(bool show);
|
||||
void showPiecesAvailability(bool show);
|
||||
|
||||
public slots:
|
||||
void loadDynamicData();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue