mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 18:31:58 +02:00
[ui] improve open recent files
* fix path conversion on windows * remove invalid paths from the list on error * explicit error message for "No Such File"
This commit is contained in:
parent
dcf91c244e
commit
0e434908a5
6 changed files with 101 additions and 19 deletions
|
@ -280,6 +280,8 @@ class Graph(BaseObject):
|
|||
# Create graph edges by resolving attributes expressions
|
||||
self._applyExpr()
|
||||
|
||||
return True
|
||||
|
||||
@property
|
||||
def updateEnabled(self):
|
||||
return self._updateEnabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue