mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-10 02:48:33 +00:00
mark as recently opened only sketches that not includes sketch_ in the name
This commit is contained in:
committed by
Francesco Spissu
parent
4e590ab618
commit
33ec67109b
@@ -277,7 +277,7 @@ export class SketchesServiceImpl
|
||||
} catch {
|
||||
return;
|
||||
}
|
||||
if (await this.isTemp(sketch)) {
|
||||
if ((await this.isTemp(sketch)) && sketch.name.includes('sketch_')) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user