Browse Source

added todo

Bachir Soussi Chiadmi 7 years ago
parent
commit
a37beb4761
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app.py

+ 2 - 1
app.py

@@ -65,7 +65,8 @@ class Core():
 
       settings.setValue('mainwindow/size', self.mainwindow.size())
       settings.setValue('mainwindow/pos', self.mainwindow.pos())
-
+      # TODO: save splitters pos
+      
    def initnewproject(self, cwd = None):
       if cwd == None :
          cwd = self.cwd