diff --git a/fcitx5-webview b/fcitx5-webview index 536eb33..0d1105d 160000 --- a/fcitx5-webview +++ b/fcitx5-webview @@ -1 +1 @@ -Subproject commit 536eb33588639962c9185bbf49b8c55a56256202 +Subproject commit 0d1105dadbf4ddf67f4722641f2607f87697f246 diff --git a/src/fcitx.cpp b/src/fcitx.cpp index b5add28..a1e5529 100644 --- a/src/fcitx.cpp +++ b/src/fcitx.cpp @@ -48,7 +48,11 @@ EMSCRIPTEN_KEEPALIVE void reload() { int main() { umask(007); // Fix config file's mode StandardPath::global().syncUmask(); +#ifdef NDEBUG + Log::setLogRule("*=4,notimedate"); +#else Log::setLogRule("*=5,notimedate"); +#endif EventLoop::setEventLoopFactory( [] { return std::make_unique(); }); instance = std::make_unique(0, nullptr);