Skip to content

Commit 460f85f

Browse files
committed
update todo
1 parent b29c52b commit 460f85f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- [x] Add launch button on package card if package is installed and remove when uninstalled
33
- [] Add detailed mirrorlist tab to set mirrorlist
44
- [] Add version information
5-
- []
5+
- [] Implement an AUR helper in core to remove dependence on paru and yay
66

77

88
## Future Enhancements

src/gui/home_widget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void HomeWidget::loadFeaturedPackages() {
7575
pkg.repository = repoInfo.repository;
7676
pkg.version = repoInfo.version;
7777
pkg.description = repoInfo.description;
78-
Logger::info(QString("Package %1 found in %2 repository, will use pacman instead of AUR helper")
78+
Logger::info(QString("Package %1 found in %2 repository, will use pacman instead of AUR helper")
7979
.arg(pkg.name, pkg.repository));
8080
} else {
8181
Logger::debug(QString("Package %1 not found in official repos, will use AUR helper").arg(pkg.name));

0 commit comments

Comments
 (0)