Imported assets show as recently loaded files #3659
Replies: 8 comments
-
|
Ah interesting I did not even know this was done! I guess it's an automatic feature of Electron, that we should change to plug it to the methods doing the file openings :) |
Beta Was this translation helpful? Give feedback.
-
|
By default all resources added in the app will be in this list. Electron give a way to clear and set the paths. Shouldn't be hard to add IMO |
Beta Was this translation helpful? Give feedback.
-
|
GDevelop/newIDE/app/src/MainFrame/ElectronMainMenu.js Lines 362 to 367 in ff55b8b
@Bouh Do you mean by changing the code here as follows will fix the issue ? if (electron) electron.clearRecentDocuments(); |
Beta Was this translation helpful? Give feedback.
-
|
I've not thought about it completely, maybe that could work here, not sure if we should reuse this component or make another. |
Beta Was this translation helpful? Give feedback.
-
|
Hi!!! I actually want to solve the issue but i don't from where to start and how to start i am new to community |
Beta Was this translation helpful? Give feedback.
-
|
Hi, please start by following the README that explain everything to get started. Then investigate a bit the codebase. I unfortunately don't have the time to explain to everyone what to do precisely, but that's actually part of the challenge! Look in the codebase, find stuff, experiment, until you have an idea ;) |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your advice i will do as you say!!!! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When right-clicking on GDevelop's icon in the start bar, it shows recently loaded jsons which is very convenient for opening another instance of GD with an example project, for instance. But it also shows recently imported assets, which is quite useless IMO.

Would it be possible to filter those out?
Windows 10 64-bit
Beta Was this translation helpful? Give feedback.
All reactions