Personal-use NixOS configuration
at main 15 lines 492 B view raw
1# I'm not sure why this is causing a build failure. 2 3diff --git a/kit/Kit.cpp b/kit/Kit.cpp 4index d97394dbd9..4b895b154e 100644 5--- a/kit/Kit.cpp 6+++ b/kit/Kit.cpp 7@@ -2221,7 +2221,7 @@ std::shared_ptr<lok::Document> Document::load(const std::shared_ptr<ChildSession 8 } 9 if (session->isAllowManageRedlines()) 10 { 11- _loKitDocument->setAllowManageRedlines(viewId, true); 12+ //_loKitDocument->setAllowManageRedlines(viewId, true); 13 } 14 } 15