File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 345345 <system : String x : Key =" logfolder" >Log Folder</system : String >
346346 <system : String x : Key =" clearlogfolder" >Clear Logs</system : String >
347347 <system : String x : Key =" clearlogfolderMessage" >Are you sure you want to delete all logs?</system : String >
348+ <system : String x : Key =" cachefolder" >Cache Folder</system : String >
348349 <system : String x : Key =" clearcachefolder" >Clear Caches</system : String >
349350 <system : String x : Key =" clearcachefolderMessage" >Are you sure you want to delete all caches?</system : String >
350351 <system : String x : Key =" clearfolderfailMessage" >Failed to clear part of folders and files. Please see log file for more information</system : String >
Original file line number Diff line number Diff line change @@ -144,6 +144,12 @@ private void OpenParentOfSettingsFolder(object parameter)
144144 App . API . OpenDirectory ( parentFolderPath ) ;
145145 }
146146
147+ [ RelayCommand ]
148+ private void OpenCacheFolder ( )
149+ {
150+ App . API . OpenDirectory ( DataLocation . CacheDirectory ) ;
151+ }
152+
147153 [ RelayCommand ]
148154 private void OpenLogsFolder ( )
149155 {
Original file line number Diff line number Diff line change 124124 <ui : FontIcon Glyph ="  " />
125125 </MenuItem .Icon>
126126 </MenuItem >
127+
128+ <MenuItem Command =" {Binding OpenCacheFolderCommand}" Header =" {DynamicResource cachefolder}" >
129+ <MenuItem .Icon>
130+ <ui : FontIcon Glyph ="  " />
131+ </MenuItem .Icon>
132+ </MenuItem >
127133 </ui : MenuFlyout >
128134 </ui : FlyoutService .Flyout>
129135 </Button >
You can’t perform that action at this time.
0 commit comments