From a8e0846a7c111a8d5b5cf8592ecb9b9bbd15ce26 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 22 Sep 2020 22:46:29 +0200 Subject: Initial file manager implementation, with thumbnail caching --- include/Page.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/Page.hpp') diff --git a/include/Page.hpp b/include/Page.hpp index 5bd8e0d..68c2470 100644 --- a/include/Page.hpp +++ b/include/Page.hpp @@ -14,6 +14,7 @@ namespace QuickMedia { IMAGE_BOARD_THREAD_LIST, IMAGE_BOARD_THREAD, CHAT_LOGIN, - CHAT + CHAT, + FILE_MANAGER }; } \ No newline at end of file -- cgit v1.2.3