mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-19 03:01:27 +00:00
show provided display name
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user