aboutsummaryrefslogtreecommitdiff
path: root/include/QuickMedia.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-12-26 11:21:26 +0100
committerdec05eba <dec05eba@protonmail.com>2024-12-26 11:21:26 +0100
commit3003cf04c015a3a847a5d598e3a3b0521ff6bdf9 (patch)
tree7c08c7afb470f44ec7b13c3ce4bad40010a5e673 /include/QuickMedia.hpp
parent29c346fea61da23813dbee30f774547d913abf33 (diff)
Press B to show/hide bottom progress bar in manga viewerHEADmaster
Diffstat (limited to 'include/QuickMedia.hpp')
-rw-r--r--include/QuickMedia.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp
index a6de75c..038cf19 100644
--- a/include/QuickMedia.hpp
+++ b/include/QuickMedia.hpp
@@ -245,5 +245,6 @@ namespace QuickMedia {
std::mutex login_inputs_mutex;
const char *yt_dl_name = nullptr;
bool yt_dl_name_checked = false;
+ bool show_manga_bottom_bar = true;
};
}