mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
On Save-as, open FileDialog in same directory of previous filename
This commit is contained in:
@@ -62,6 +62,7 @@ class SaveSessionDialog : public FileDialog
|
||||
{
|
||||
public:
|
||||
SaveSessionDialog(const std::string &name) : FileDialog(name) {}
|
||||
void setFolder(std::string path);
|
||||
void open();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user