mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-01-03 10:29:19 +00:00
Bumping version of SWT to max it can go (without upgrading Java version); setting display data to maybe get a better dark mode experience.
This commit is contained in:
parent
e68741cffe
commit
a91bcec4a9
@ -7,7 +7,7 @@ version=1.9.0-SNAPSHOT
|
|||||||
shkVersion=1.2.2
|
shkVersion=1.2.2
|
||||||
asVersion=1.2.1
|
asVersion=1.2.1
|
||||||
btVersion=0.3.1
|
btVersion=0.3.1
|
||||||
swtVersion=3.118.0
|
swtVersion=3.123.0
|
||||||
piSwtVersion=3.8.2
|
piSwtVersion=3.8.2
|
||||||
junitVersion=4.12
|
junitVersion=4.12
|
||||||
antVersion=1.8.2
|
antVersion=1.8.2
|
||||||
|
@ -78,6 +78,7 @@ public class SwtAppleCommander implements Listener {
|
|||||||
Display.setAppName("AppleCommander");
|
Display.setAppName("AppleCommander");
|
||||||
Display.setAppVersion(AppleCommander.VERSION);
|
Display.setAppVersion(AppleCommander.VERSION);
|
||||||
Display display = new Display();
|
Display display = new Display();
|
||||||
|
display.setData("org.eclipse.swt.internal.theme.useSystemColors", true);
|
||||||
display.asyncExec(() -> {
|
display.asyncExec(() -> {
|
||||||
for (String arg : args) {
|
for (String arg : args) {
|
||||||
open(arg);
|
open(arg);
|
||||||
|
Loading…
Reference in New Issue
Block a user