Added the option to clear the recent projects menu entry

This commit is contained in:
Veronica K. B. Olsen
2019-10-30 15:55:17 +01:00
parent 557b86af64
commit 14bd0f4598
2 changed files with 17 additions and 0 deletions
+4
View File
@@ -340,6 +340,10 @@ class Config:
self.recentList.insert(0,recentPath)
return
def clearRecent(self):
self.recentList = [""]*10
return
def setConfPath(self, newPath):
if newPath is None:
return True