mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- FEATURE: DHT is always ON (no longer used as fallback)
- FEATURE: The number of DHT nodes is displayed - COSMETIC: Transfer speed, ratio and DHT nodes are displayed in status bar
This commit is contained in:
parent
0054a330fb
commit
77c97b5b43
12 changed files with 176 additions and 314 deletions
|
@ -145,6 +145,7 @@ int main(int argc, char *argv[]){
|
|||
#endif
|
||||
QApplication app(argc, argv);
|
||||
useStyle(&app, settings.value("Preferences/General/Style", 0).toInt());
|
||||
app.setStyleSheet("QStatusBar::item { border: 0px solid black }; ");
|
||||
QSplashScreen *splash = new QSplashScreen(QPixmap(QString::fromUtf8(":/Icons/splash.png")));
|
||||
splash->show();
|
||||
// Open options file to read locale
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue