mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
fix: inspector icon should be disabled as default (#4093)
This commit is contained in:
@@ -41,7 +41,7 @@ export class ActionManager extends EventTarget {
|
||||
'select-all': { enabled: false, shortcut: 'Alt+A', text: 'Select all' },
|
||||
'show-about-dialog': { enabled: true, text: 'About' },
|
||||
'show-inspector': {
|
||||
enabled: true,
|
||||
enabled: false,
|
||||
shortcut: 'Alt+I',
|
||||
text: 'Torrent Inspector',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user