|
|
|
@ -84,6 +84,7 @@ void Config::retrieve_config() { |
|
|
|
window.theme_variant=cfg.get<std::string>("gtk_theme.variant"); |
|
|
|
window.theme_variant=cfg.get<std::string>("gtk_theme.variant"); |
|
|
|
window.version = cfg.get<std::string>("version"); |
|
|
|
window.version = cfg.get<std::string>("version"); |
|
|
|
window.default_size = {cfg.get<int>("default_window_size.width"), cfg.get<int>("default_window_size.height")}; |
|
|
|
window.default_size = {cfg.get<int>("default_window_size.width"), cfg.get<int>("default_window_size.height")}; |
|
|
|
|
|
|
|
window.save_on_compile_or_run=cfg.get<bool>("project.save_on_compile_or_run"); |
|
|
|
|
|
|
|
|
|
|
|
terminal.default_build_path=cfg.get<std::string>("project.default_build_path"); |
|
|
|
terminal.default_build_path=cfg.get<std::string>("project.default_build_path"); |
|
|
|
terminal.debug_build_path=cfg.get<std::string>("project.debug_build_path"); |
|
|
|
terminal.debug_build_path=cfg.get<std::string>("project.debug_build_path"); |
|
|
|
|