This commit is contained in:
parent
0573510962
commit
ab854ed5ed
@ -1,7 +1,7 @@
|
||||
#include <string_view>
|
||||
#ifndef VERSION
|
||||
|
||||
#define VERSION "0.8.2"
|
||||
#define VERSION "1.0.0"
|
||||
#define NAME "bakatui"
|
||||
|
||||
inline constexpr auto hash_djb2a(const std::string_view sv) {
|
||||
|
||||
@ -17,10 +17,10 @@ std::vector<allocation> main_menu_allocated;
|
||||
void main_menu() {
|
||||
current_allocated = &main_menu_allocated;
|
||||
const wchar_t *choices[] = {
|
||||
L"login", L"Marks", L"timetable", L"Komens",
|
||||
L"Marks", L"timetable", L"Komens",
|
||||
L"Homework", L"Absence", L"Exit", nullptr,
|
||||
};
|
||||
void (*choicesFuncs[])() = {nullptr, marks_page, timetable_page, komens_menu,
|
||||
void (*choicesFuncs[])() = {marks_page, timetable_page, komens_menu,
|
||||
nullptr, absence_page, nullptr, nullptr};
|
||||
|
||||
complete_menu main_menu;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user