mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 23:07:15 -06:00
IntelliJ Themes: updated themes to newest versions (used IJThemesUpdater)
This commit is contained in:
@@ -370,7 +370,10 @@ public class IJThemesPanel
|
||||
if( themeInfo == null || themeInfo.resourceName == null )
|
||||
return;
|
||||
|
||||
String themeUrl = (themeInfo.sourceCodeUrl + '/' + themeInfo.sourceCodePath).replace( " ", "%20" );
|
||||
String themeUrl = themeInfo.sourceCodeUrl;
|
||||
if( themeInfo.sourceCodePath != null )
|
||||
themeUrl += '/' + themeInfo.sourceCodePath;
|
||||
themeUrl = themeUrl.replace( " ", "%20" );
|
||||
try {
|
||||
Desktop.getDesktop().browse( new URI( themeUrl ) );
|
||||
} catch( IOException | URISyntaxException ex ) {
|
||||
|
||||
Reference in New Issue
Block a user