feat(Actions): Improve CI compile times (#921)

This commit is contained in:
Yimura
2023-02-01 19:49:12 +01:00
committed by GitHub
parent c25e7d3fad
commit 61f7c58f5e
4 changed files with 32 additions and 53 deletions

View File

@ -14,7 +14,7 @@ namespace big
navigation_struct* gui_service::get_selected()
{
navigation_struct tab_none = { "", nullptr };
static navigation_struct tab_none = { "", nullptr };
if (current_tab.empty() || current_tab.at(0) == tabs::NONE)
return &tab_none;