mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Make sure properties panel is disabled as a default (on startup)
This commit is contained in:
parent
6f69ab2b6d
commit
c48a3b55d6
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ PropertiesWidget::PropertiesWidget(QWidget *parent, GUI* main_window, TransferLi
|
||||||
QWidget(parent), transferList(transferList), main_window(main_window), BTSession(BTSession) {
|
QWidget(parent), transferList(transferList), main_window(main_window), BTSession(BTSession) {
|
||||||
setupUi(this);
|
setupUi(this);
|
||||||
state = VISIBLE;
|
state = VISIBLE;
|
||||||
|
setEnabled(false);
|
||||||
// Buttons stylesheet
|
// Buttons stylesheet
|
||||||
trackers_button->setStyleSheet(DEFAULT_BUTTON_CSS);
|
trackers_button->setStyleSheet(DEFAULT_BUTTON_CSS);
|
||||||
peers_button->setStyleSheet(DEFAULT_BUTTON_CSS);
|
peers_button->setStyleSheet(DEFAULT_BUTTON_CSS);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue