Fixing more errors.

This commit is contained in:
Sergiotarxz 2024-03-02 17:18:48 +01:00
parent 19e2aa9724
commit 24d4a6de62
1 changed files with 3 additions and 1 deletions

View File

@ -229,10 +229,12 @@ sub activate_about {
my $texture = Gdk::Texture->new_from_filename(
path(__FILE__)->parent->parent->child(
'resources/icons/hicolor/scalable/apps/gemetool.svg'),
\$error
);
$about->set_logo($texture);
};
if ($@) {
warn $@;
}
$about->set_website('https://git.owlcode.tech/sergiotarxz/GEmeTool');
$about->set_website_label('https://git.owlcode.tech/sergiotarxz/GEmeTool');