fix: Only display spaces between words in reply context (#4977)

This commit is contained in:
nerix
2023-11-26 11:15:35 +01:00
committed by GitHub
parent 1a685d7bd0
commit 854032fce9
6 changed files with 133 additions and 10 deletions
+1 -1
View File
@@ -929,7 +929,7 @@ if (CHATTERINO_DEBUG_NATIVE_MESSAGES)
endif ()
if (MSVC)
target_compile_options(${LIBRARY_PROJECT} PUBLIC /EHsc /bigobj)
target_compile_options(${LIBRARY_PROJECT} PUBLIC /EHsc /bigobj /utf-8)
endif ()
if (APPLE AND BUILD_APP)