From 319908623e47b4e73f9af4aa4369cb895bd8df8f Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 9 Mar 2025 00:15:18 +0530 Subject: Fix command input ui to fix to top --- include/MainWindow.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/MainWindow.hpp') diff --git a/include/MainWindow.hpp b/include/MainWindow.hpp index 20e07c0..552aa25 100644 --- a/include/MainWindow.hpp +++ b/include/MainWindow.hpp @@ -14,8 +14,9 @@ protected: void keyPressEvent(QKeyEvent *event) override; void toggleURLInput(); void evaluateCommand(QString command); + void hideInput(); private: QWebEngineView *web; - CommandInput *urlInputUI; + CommandInput *commandInput; }; -- cgit v1.3.1