aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm/MainUI.h
diff options
context:
space:
mode:
Diffstat (limited to 'lumina-fm/MainUI.h')
-rw-r--r--lumina-fm/MainUI.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lumina-fm/MainUI.h b/lumina-fm/MainUI.h
index 4e6fdf6b..b18d25a5 100644
--- a/lumina-fm/MainUI.h
+++ b/lumina-fm/MainUI.h
@@ -207,15 +207,15 @@ private slots:
void playerFileChanged();
//Context Menu Actions
- // - single item actions
void OpenItem(); //run "lumina-open" on it
void OpenItemWith(); //run "lumina-open -select" on it
- void OpenDir(); //open the dir in a new tab
+ //void OpenDir(); //open the dir in a new tab
void RemoveItem(); //Remove the item permanently
+ // - single item actions
void RenameItem();
void FavoriteItem();
- void ViewPropertiesItem();
// - full selection actions
+ void ViewPropertiesItem();
void CutItems();
void CopyItems();
void PasteItems();
bgstack15