diff options
author | Ken Moore <ken@ixsystems.com> | 2017-01-05 14:22:58 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-01-05 14:22:58 -0500 |
commit | 06a56823b6fd161b715c74fbf516481e6fd36738 (patch) | |
tree | 977c999a89ab9e2808b6867388d74ff07526829b /src-qt5/desktop-utils | |
parent | Merge branch 'master' of github.com:trueos/lumina (diff) | |
download | lumina-06a56823b6fd161b715c74fbf516481e6fd36738.tar.gz lumina-06a56823b6fd161b715c74fbf516481e6fd36738.tar.bz2 lumina-06a56823b6fd161b715c74fbf516481e6fd36738.zip |
Fix up the appearance of the Git menu when opening new tabs.
Diffstat (limited to 'src-qt5/desktop-utils')
-rw-r--r-- | src-qt5/desktop-utils/lumina-fm/MainUI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/desktop-utils/lumina-fm/MainUI.cpp b/src-qt5/desktop-utils/lumina-fm/MainUI.cpp index f2411754..da3943a2 100644 --- a/src-qt5/desktop-utils/lumina-fm/MainUI.cpp +++ b/src-qt5/desktop-utils/lumina-fm/MainUI.cpp @@ -192,7 +192,7 @@ void MainUI::OpenDirs(QStringList dirs){ //qDebug() << "OpenDirs:" << DWLIST.length() << dirs << invalid << tabBar->currentIndex(); if(DWLIST.isEmpty()){ OpenDirs(QStringList()); } waitingToClose = false; - ui->menuGit->setVisible( GIT::isAvailable() ); + ui->menuGit->setEnabled( GIT::isAvailable() ); } void MainUI::setupIcons(){ |