Przeglądaj źródła

ADD: Viewer - switch to office view mode in the quick view

Alexander Koblov 3 lat temu
rodzic
commit
adefbd9868
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      src/fviewer.pas

+ 5 - 0
src/fviewer.pas

@@ -1978,6 +1978,11 @@ begin
           cm_ShowPlugins(['']);
           Key := #0;
         end;
+      '8':
+        begin
+          cm_ShowOffice(['']);
+          Key := #0;
+        end;
     end;
 end;