mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-13 06:16:33 +00:00
removed auto-save.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
parent
c9dfc68911
commit
23450ce863
@ -15,7 +15,8 @@ export class CommonFrontendContribution extends TheiaCommonFrontendContribution
|
|||||||
CommonCommands.PASTE,
|
CommonCommands.PASTE,
|
||||||
CommonCommands.COPY_PATH,
|
CommonCommands.COPY_PATH,
|
||||||
CommonCommands.FIND,
|
CommonCommands.FIND,
|
||||||
CommonCommands.REPLACE
|
CommonCommands.REPLACE,
|
||||||
|
CommonCommands.AUTO_SAVE
|
||||||
]) {
|
]) {
|
||||||
registry.unregisterMenuAction(command);
|
registry.unregisterMenuAction(command);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user