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 345
345
<system : String x : Key =" logfolder" >Log Folder</system : String >
346
346
<system : String x : Key =" clearlogfolder" >Clear Logs</system : String >
347
347
<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 >
348
349
<system : String x : Key =" clearcachefolder" >Clear Caches</system : String >
349
350
<system : String x : Key =" clearcachefolderMessage" >Are you sure you want to delete all caches?</system : String >
350
351
<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)
144
144
App . API . OpenDirectory ( parentFolderPath ) ;
145
145
}
146
146
147
+ [ RelayCommand ]
148
+ private void OpenCacheFolder ( )
149
+ {
150
+ App . API . OpenDirectory ( DataLocation . CacheDirectory ) ;
151
+ }
152
+
147
153
[ RelayCommand ]
148
154
private void OpenLogsFolder ( )
149
155
{
Original file line number Diff line number Diff line change 124
124
<ui : FontIcon Glyph ="  " />
125
125
</MenuItem .Icon>
126
126
</MenuItem >
127
+
128
+ <MenuItem Command =" {Binding OpenCacheFolderCommand}" Header =" {DynamicResource cachefolder}" >
129
+ <MenuItem .Icon>
130
+ <ui : FontIcon Glyph ="  " />
131
+ </MenuItem .Icon>
132
+ </MenuItem >
127
133
</ui : MenuFlyout >
128
134
</ui : FlyoutService .Flyout>
129
135
</Button >
You can’t perform that action at this time.
0 commit comments