mirror of
https://github.com/theCheeseboard/thedesk.git
synced 2025-01-22 10:22:02 -05:00
Hide add desktop button if desktops are static
This commit is contained in:
parent
e260b8ab94
commit
9438038c14
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ TaskbarWidget::TaskbarWidget(QWidget* parent) :
|
|||
});
|
||||
|
||||
ui->lastDesktopButton->setIconSize(SC_DPI_T(QSize(24, 24), QSize));
|
||||
ui->lastDesktopButton->setVisible(DesktopWm::supportsSetNumDesktops());
|
||||
|
||||
normaliseDesktops();
|
||||
updateDesktop();
|
||||
|
|
Loading…
Reference in a new issue