Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosamudio committed May 21, 2023
1 parent 3aa8564 commit 46b7a9b
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 75 deletions.
34 changes: 14 additions & 20 deletions images/go-next-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 17 additions & 23 deletions images/go-previous-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 15 additions & 30 deletions images/view-refresh.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ int main(int argc, char *argv[])

dialog.setDescription(szDefaultDesc);
//Version
dialog.setVersion(DApplication::buildVersion(QString("%1 %2").arg(QObject::tr("Version")).arg("1.0")));
dialog.setVersion(DApplication::buildVersion(QString("%1 %2").arg(QObject::tr("Version")).arg("0.1")));
//Website name
dialog.setWebsiteName("deepinenespañol.org");
//Website link
Expand Down
2 changes: 1 addition & 1 deletion WebApp.pro → webapp.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
QT += core widgets gui webengine webenginewidgets svg concurrent

greaterThan(QT_MAJOR_VERSION, 5): QT += widgets
greaterThan(QT_MAJOR_VERSION, 6): QT += widgets

TEMPLATE = app

Expand Down

0 comments on commit 46b7a9b

Please sign in to comment.