mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-16 14:25:02 -05:00
Use tool tip to help users differentiate between TheMovieDB and TheMovieDB::TV
This commit is contained in:
parent
96922cc8aa
commit
592b9d2579
@ -245,6 +245,7 @@ public class PresetEditor extends JDialog {
|
||||
Datasource provider = (Datasource) value;
|
||||
label.setText(provider.getName());
|
||||
label.setIcon(provider.getIcon());
|
||||
label.setToolTipText(provider.getIdentifier());
|
||||
}
|
||||
|
||||
return label;
|
||||
|
Loading…
Reference in New Issue
Block a user