mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix status icon not set on startup
This commit is contained in:
parent
3a0e04f3dc
commit
4dcccb8a08
|
@ -175,6 +175,9 @@ Widget::Widget(QWidget *parent) :
|
|||
currentSizes[0] = 225;
|
||||
ui->centralWidget->setSizes(currentSizes);
|
||||
|
||||
ui->statusButton->setObjectName("offline");
|
||||
ui->statusButton->style()->polish(ui->statusButton);
|
||||
|
||||
camera = new Camera;
|
||||
camview = new SelfCamView(camera);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user