calaos / calaos_installer

Calaos Installer, a tool to create calaos configuration
24 stars 15 forks source link

Contribution #44

Closed fbu31 closed 4 years ago

raoulh commented 4 years ago

Concernant l'enregistrement du chemin du projet, c'est fonction etait deja dans la code, mais désactivé car ca posait probleme.

        //Disable this for now. It makes confusion when your last opened project was online,
        //because the project is loaded from the old temp folder, and thus not up to date from calaos_server.
        /*if (ConfigOptions::Instance().optionExists("MainWindow/last_project"))
        {
            QString last_project = ConfigOptions::Instance().getOption("MainWindow/last_project").toString();

            if (!project_path.contains(tempDir.path()))
                Load(last_project);
        }
        else*/
raoulh commented 4 years ago

Ce serait peut etre mieux de mettrer une option dans calaos installer pour activer cette fonction ou pas. Et qui soit désavtivé par defaut.

fbu31 commented 4 years ago

Effectivement, je n'avais pas vu cette partie. Je décommente la partie déjà présente et j'ajoute l'option dans les paramètres.