aboutsummaryrefslogtreecommitdiff
path: root/include/Page.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-09-21 03:49:17 +0200
committerdec05eba <dec05eba@protonmail.com>2020-09-21 03:49:17 +0200
commit40e0f8f5d8c3e480f01a2d71b6a493247adcb77f (patch)
treeccc3c0a7c82be8f5dbe86dfc712cce3da7e2ad59 /include/Page.hpp
parent5c72463c029804c85479d2c4426397d932c88ee1 (diff)
Initial matrix support
Diffstat (limited to 'include/Page.hpp')
-rw-r--r--include/Page.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/Page.hpp b/include/Page.hpp
index dc4051c..5bd8e0d 100644
--- a/include/Page.hpp
+++ b/include/Page.hpp
@@ -4,7 +4,7 @@ namespace QuickMedia {
enum class Page {
EXIT,
SEARCH_SUGGESTION,
- SEARCH_RESULT,
+ //SEARCH_RESULT,
VIDEO_CONTENT,
EPISODE_LIST,
IMAGES,
@@ -12,6 +12,8 @@ namespace QuickMedia {
CONTENT_LIST,
CONTENT_DETAILS,
IMAGE_BOARD_THREAD_LIST,
- IMAGE_BOARD_THREAD
+ IMAGE_BOARD_THREAD,
+ CHAT_LOGIN,
+ CHAT
};
} \ No newline at end of file