mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-21 01:30:34 +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
|
||||
asVersion=1.2.1
|
||||
btVersion=0.3.1
|
||||
swtVersion=3.118.0
|
||||
swtVersion=3.123.0
|
||||
piSwtVersion=3.8.2
|
||||
junitVersion=4.12
|
||||
antVersion=1.8.2
|
||||
|
@ -78,6 +78,7 @@ public class SwtAppleCommander implements Listener {
|
||||
Display.setAppName("AppleCommander");
|
||||
Display.setAppVersion(AppleCommander.VERSION);
|
||||
Display display = new Display();
|
||||
display.setData("org.eclipse.swt.internal.theme.useSystemColors", true);
|
||||
display.asyncExec(() -> {
|
||||
for (String arg : args) {
|
||||
open(arg);
|
||||
|
Loading…
Reference in New Issue
Block a user