File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2
2
BugFix: Updated some LANG environment variables to C.UTF-8.
3
3
BugFix: Info/Files tabs were always empty if they were selected at octopi's start.
4
4
BugFix: Do not install notifier's desktop file in /etc/xdg/autostart.
5
+ BugFix: Could not remove packages when internet connection was down (thanks to Theluga).
5
6
Added shortcut key "Ctrl+Shift+U" to upgrade outdated AUR packages.
6
7
Arrow keys navegation refresh Info and Files tabs again.
7
8
Updated translations.
Original file line number Diff line number Diff line change @@ -2122,7 +2122,7 @@ void MainWindow::toggleSystemActions(const bool value)
2122
2122
*/
2123
2123
void MainWindow::commitTransaction ()
2124
2124
{
2125
- if (!isInternetAvailable ()) return ;
2125
+ if (getInstallTransactionParentItem ()-> rowCount () > 0 && !isInternetAvailable ()) return ;
2126
2126
2127
2127
if (isNotifierBusy ()) return ;
2128
2128
You can’t perform that action at this time.
0 commit comments