mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-09 20:05:51 +00:00
replace all nbsp in previews (#142)
This commit is contained in:
@ -92,7 +92,7 @@ Row {
|
||||
}
|
||||
|
||||
onShowMessage: {
|
||||
compiledText.text = message.replace(" ", " ")
|
||||
compiledText.text = message.split(" ").join(" ") // replaceAll lols
|
||||
compiledText.open()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user