Browse Source

Update README.md

pull/154/head
Jannis Weis 5 years ago committed by GitHub
parent
commit
11855c93b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -63,7 +63,7 @@ It is highly encouraged to provide users more than on theme. Forcing users to us
Darklaf supports detecting the system theme on macOS and Windows with the ablity to automatically change the theme if the settings change. Darklaf supports detecting the system theme on macOS and Windows with the ablity to automatically change the theme if the settings change.
```` ````java
// This returns the preferred theme of the system settings. // This returns the preferred theme of the system settings.
LafManager.themeForPreferredStyle(getPreferredThemeStyle()); LafManager.themeForPreferredStyle(getPreferredThemeStyle());
```` ````

Loading…
Cancel
Save