From 8ab1f8d796d8f35a65e38fdd03d51824a41d1dab Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 26 Jul 2025 16:16:54 +0530 Subject: Add simple js rpc for decorations via custom scheme --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index fbe1fbd..76afb90 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,8 +1,10 @@ #include #include "App.hpp" +#include "schemes/schemes.hpp" int main(int argc, char *argv[]) { + register_all_schemes(); const QApplication qt_app(argc, argv); App app; -- cgit v1.3.1