Hey, not sure why, but all of a sudden there's a w...
# compose-desktop
k
Hey, not sure why, but all of a sudden there's a weird refresh icon at the bottom right of my window, no matter what I run. Even just
Copy code
fun main() = application {
    Window(onCloseRequest = ::exitApplication) {}
}
has this icon in the bottom right, which sometimes morphs into a pause button for a few frames. Anyone have any idea why?
r
That's an Nvidia Shadowplay overlay
😮 1
k
ohhh haha, thanks