瀏覽代碼

Fix user menu

Bob Mottram 8 年之前
父節點
當前提交
e69438ccc7
共有 1 個檔案被更改,包括 5 行新增6 行删除
  1. 5
    6
      src/freedombone-controlpanel-user

+ 5
- 6
src/freedombone-controlpanel-user 查看文件

@@ -796,12 +796,11 @@ function menu_top_level {
796 796
                2 $"Change Email Filtering Rules" off \
797 797
                3 $"Run an App" off \
798 798
                4 $"Browse the Web" off \
799
-               5 $"File Synchronization" off \
800
-               6 $"My Encryption Keys" off \
801
-               7 $"Set an outgoing email proxy" off \
802
-               8 $"Administrator controls" off \
803
-               9 $"Exit to the command line" off \
804
-               10 $"Log out" on 2> $data
799
+               5 $"My Encryption Keys" off \
800
+               6 $"Set an outgoing email proxy" off \
801
+               7 $"Administrator controls" off \
802
+               8 $"Exit to the command line" off \
803
+               9 $"Log out" on 2> $data
805 804
         sel=$?
806 805
         case $sel in
807 806
             1) exit 1;;