diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-03-30 14:45:05 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-03-30 14:45:05 +0530 |
| commit | 997891b27d17377111f484c62ba41caf15475d72 (patch) | |
| tree | 836cacc9d5936ea8fb648e3eb8c66adf468b4778 /src/main.cpp | |
| parent | 23b8c2c0da0317562925d574e774cedb6a93a7ac (diff) | |
| download | null-browser-997891b27d17377111f484c62ba41caf15475d72.tar.gz null-browser-997891b27d17377111f484c62ba41caf15475d72.zip | |
Fix issue with keymap/webview setup on init
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 8c30b31..9409583 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -9,8 +9,5 @@ int main(int argc, char *argv[]) { browser.create_window(); browser.create_window(); - // NOTE: TMP - LuaRuntime::instance()->load_file("./config.lua"); - return QApplication::exec(); } |
