correctly open the initial tab (#8889)

This commit is contained in:
Subhraman Sarkar 2024-05-21 14:02:04 +05:30 committed by GitHub
parent 92d66554dd
commit e262954c13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -236,7 +236,7 @@ void game_version::pre_show(window& window)
// Set-up page stack and auxiliary controls last.
//
tabs.select_tab(0);
tabs.select_tab(start_page_);
}
void game_version::browse_directory_callback(const std::string& path)