diff options
-rw-r--r-- | lumina-desktop/AppMenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/AppMenu.cpp b/lumina-desktop/AppMenu.cpp index c3dab3a3..f38d7d85 100644 --- a/lumina-desktop/AppMenu.cpp +++ b/lumina-desktop/AppMenu.cpp @@ -45,7 +45,7 @@ void AppMenu::updateAppList(){ //Now fill the menu bool ok; //for checking inputs //Add link to the file manager - this->addAction( LXDG::findIcon("user-home", ""), tr("Browse Files"), this, SLOT(launchFileManager()) ); + //this->addAction( LXDG::findIcon("user-home", ""), tr("Browse Files"), this, SLOT(launchFileManager()) ); //--Look for the app store XDGDesktop store = LXDG::loadDesktopFile(appstorelink, ok); if(ok){ |