We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1eb47 commit fabfb15Copy full SHA for fabfb15
src/gf.cpp
@@ -8349,7 +8349,7 @@ unique_ptr<UI> Context::gf_main(int argc, char** argv) {
8349
8350
_main_switcher = &_main_window->add_switcher(0);
8351
auto saved_layout_string = read_layout(gfc._local_config_path);
8352
- std::print("saved_layout_string={}\n", saved_layout_string);
+ //std::print("saved_layout_string={}\n", saved_layout_string);
8353
const char* layout_string_current = saved_layout_string.empty() ? gfc._layout_string.c_str() : saved_layout_string.c_str();
8354
create_layout(&_main_switcher->add_panel(UIPanel::EXPAND), layout_string_current);
8355
_main_switcher->switch_to(_main_switcher->_children[0]);
0 commit comments