RE TS plugin to have continues tune auto-upload feature fix #1605
This commit is contained in:
parent
78c2fb4bf4
commit
ad93a161b2
|
@ -142,7 +142,7 @@ public class PluginEntry implements TsPluginBody {
|
|||
}
|
||||
});
|
||||
|
||||
content.add(new JLabel(ManifestHelper.getBuildTimestamp()));
|
||||
content.add(new JLabel("Version " + ManifestHelper.getBuildTimestamp()));
|
||||
// content.add(new JLabel("Active project: " + getConfigurationName()));
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue