mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
@@ -104,7 +104,8 @@ export function AppShelfItem(props: any) {
|
||||
src={service.icon}
|
||||
fit="contain"
|
||||
onClick={() => {
|
||||
window.open(service.url);
|
||||
if (service.openedUrl) window.open(service.openedUrl, '_blank');
|
||||
else window.open(service.url);
|
||||
}}
|
||||
/>
|
||||
</motion.i>
|
||||
|
||||
Reference in New Issue
Block a user