Translation sync, small fixes

This commit is contained in:
Pieter Vander Vennet 2022-02-22 13:43:36 +01:00
parent 382dec9845
commit be41ead9bf
7 changed files with 37 additions and 37 deletions

View file

@ -214,9 +214,9 @@ export default class CopyrightPanel extends Combine {
private static IconAttribution(iconPath: string): BaseUIElement {
if (iconPath.startsWith("http")) {
try{
iconPath = "." + new URL(iconPath).pathname;
iconPath = "." + new URL(iconPath).pathname;
}catch(e){
console.error(e)
console.warn(e)
}
}