JMap.Application.UI.Theme.setDark
Changes the UI color theme in dark or light.
if true make the theme dark, else light
// make the theme darkJMap.Application.UI.Theme.setDark()// make the theme darkJMap.Application.UI.Theme.setDark(true)// make the theme lightJMap.Application.UI.Theme.setDark(false) Copy
// make the theme darkJMap.Application.UI.Theme.setDark()// make the theme darkJMap.Application.UI.Theme.setDark(true)// make the theme lightJMap.Application.UI.Theme.setDark(false)
JMap.Application.UI.Theme.setDark
Changes the UI color theme in dark or light.