Skip to content

Commit

Permalink
I18n fix (#123)
Browse files Browse the repository at this point in the history
* Updated AppImagehub api url

* #119 Update app name

* [ci skip] Fix typo in label (#120)

* fix i18n usage

* add AppImageUpdate credit

Co-authored-by: Probal Basak <probal31@gmail.com>
Co-authored-by: faveoled <85760289+faveoled@users.noreply.github.com>
Co-authored-by: Camilo Higuita <chiguitar@unal.edu.co>
  • Loading branch information
4 people authored Dec 17, 2022
1 parent a105a38 commit e837d23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NXSCApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ void NXSCApp::setKDEApplicationData()
_aboutData.setBugAddress("https://github.com/nitrux/issues");
_aboutData.setOrganizationDomain("org.nx.softwarecenter");
_aboutData.setProgramLogo(windowIcon());
_aboutData.addComponent("AppImageUpdate");

KAboutData::setApplicationData(_aboutData);
MauiApp::instance()->setIconName("qrc:/nx-software-center.svg");
Expand Down

0 comments on commit e837d23

Please sign in to comment.