mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
desktop: performant drawing of wallpaper (#4249)
* desktop: low quality drawing of wallpaper * fast drawing * clean up * unused
This commit is contained in:
committed by
GitHub
parent
037655e30f
commit
7b5b747b19
@@ -115,6 +115,7 @@ private fun ApplicationScope.AppWindow(closedByError: MutableState<Boolean>) {
|
||||
false
|
||||
}
|
||||
}, title = "SimpleX") {
|
||||
// val hardwareAccelerationDisabled = remember { listOf(GraphicsApi.SOFTWARE_FAST, GraphicsApi.SOFTWARE_COMPAT, GraphicsApi.UNKNOWN).contains(window.renderApi) }
|
||||
simplexWindowState.window = window
|
||||
AppScreen()
|
||||
if (simplexWindowState.openDialog.isAwaiting) {
|
||||
|
||||
Reference in New Issue
Block a user