mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-09 12:26:34 +00:00
mark as recently opened only sketches that not includes sketch_ in the name
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user