mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-01 20:43:33 +00:00
Added clear cache option
This commit is contained in:
@@ -93,13 +93,7 @@ const helpSubmenu = [
|
||||
{
|
||||
label: `${appName + 'Desktop'} - ${app.getVersion()}`,
|
||||
enabled: false
|
||||
},
|
||||
{
|
||||
label: 'Clear Cache',
|
||||
click() {
|
||||
clearCache();
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
label: 'Report an Issue...',
|
||||
click() {
|
||||
@@ -148,6 +142,12 @@ const darwinTpl = [
|
||||
{
|
||||
type: 'separator'
|
||||
},
|
||||
{
|
||||
label: 'Clear Cache',
|
||||
click() {
|
||||
clearCache();
|
||||
}
|
||||
},
|
||||
{
|
||||
label: 'Log Out',
|
||||
click(item, focusedWindow) {
|
||||
@@ -277,6 +277,12 @@ const otherTpl = [
|
||||
{
|
||||
type: 'separator'
|
||||
},
|
||||
{
|
||||
label: 'Clear Cache',
|
||||
click() {
|
||||
clearCache();
|
||||
}
|
||||
},
|
||||
{
|
||||
label: 'Log Out',
|
||||
click(item, focusedWindow) {
|
||||
|
||||
Reference in New Issue
Block a user