if imgui.Button(fa.ICON_FA_CHALKBOARD .. u8' Главное', imgui.ImVec2(145, 45)) then
main_main_window_state.v = not main_main_window_state.v
keyboard_state.v = false
binder_state.v = false
command_state.v = false
help_state.v = false
about_state.v = false
shpora_state.v = false
settings_window_state.v = false
end
if imgui.Button(fa.ICON_FA_STREAM .. u8' Настройки', imgui.ImVec2(145, 45)) then
settings_window_state.v = not settings_window_state.v
keyboard_state.v = false
binder_state.v = false
command_state.v = false
help_state.v = false
about_state.v = false
shpora_state.v = false
main_main_window_state.v = false
end