Skip to content

Commit 7ad9fd5

Browse files
committed
👷 tui: display mode selection
1 parent c2947ca commit 7ad9fd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/global_storage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bool Config::initialize() noexcept {
1717
if (s_config) {
1818
s_config->m_data["cachepath"] = "/var/cache/pacman/pkg/";
1919
s_config->m_data["hostcache"] = static_cast<std::int32_t>(!fs::exists("/run/miso/bootmnt"));
20-
s_config->m_data["menus"] = 2;
20+
s_config->m_data["menus"] = -1;
2121
s_config->m_data["POST_INSTALL"] = "";
2222

2323
s_config->m_data["H_INIT"] = "openrc";

0 commit comments

Comments
 (0)