mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-23 03:59:51 +00:00
show provided display name
This commit is contained in:
parent
48ad74715e
commit
72e2f64a68
2
pom.xml
2
pom.xml
@ -25,7 +25,7 @@
|
||||
|
||||
<!-- cryptomator dependencies -->
|
||||
<cryptomator.cryptofs.version>2.1.0-beta5</cryptomator.cryptofs.version>
|
||||
<cryptomator.integrations.version>1.0.0-beta2</cryptomator.integrations.version>
|
||||
<cryptomator.integrations.version>1.0.0-rc1</cryptomator.integrations.version>
|
||||
<cryptomator.integrations.win.version>1.0.0-beta2</cryptomator.integrations.win.version>
|
||||
<cryptomator.integrations.mac.version>1.0.0-beta2</cryptomator.integrations.mac.version>
|
||||
<cryptomator.integrations.linux.version>1.0.0-beta1</cryptomator.integrations.linux.version>
|
||||
|
@ -191,7 +191,7 @@ public class GeneralPreferencesController implements FxController {
|
||||
if (provider == null) {
|
||||
return null;
|
||||
} else {
|
||||
return provider.getClass().getSimpleName(); // TODO: change to provider.getDisplayName();
|
||||
return provider.displayName();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user