desktop/source/lib/init.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b083d81d99197a0237ad682a99152b2370de370d
Author:     Thorsten Behrens <thorsten.behr...@allotropia.de>
AuthorDate: Sat Nov 13 23:12:58 2021 +0100
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Sun Nov 14 16:33:03 2021 +0100

    Default to notebookbar for WASM
    
    ..and use the full, desktop variant..
    
    Change-Id: Ib00aad8cd130b4a3433209c540fe82970c45c98e

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 2191a87f5b87..275f5e4484ed 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -6367,7 +6367,7 @@ static void activateNotebookbar(std::u16string_view rApp)
 
     if (aAppNode.isValid())
     {
-        aAppNode.setNodeValue("Active", 
makeAny(OUString("notebookbar_online.ui")));
+        aAppNode.setNodeValue("Active", makeAny(OUString("notebookbar.ui")));
         aAppNode.commit();
     }
 }
@@ -6386,7 +6386,7 @@ static int lo_initialize(LibreOfficeKit* pThis, const 
char* pAppPath, const char
     static bool bPreInited = false;
     static bool bUnipoll = false;
     static bool bProfileZones = false;
-    static bool bNotebookbar = false;
+    static bool bNotebookbar = true;
 
     { // cf. string lifetime for preinit
         std::vector<OUString> aOpts;

Reply via email to