mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-19 14:22:18 -04:00
Revert "cli transaction: Make the checks green"
This reverts commit e209ac9e10.
We're counting thee escape sequences as width, until we fix
this we disable this.
Closes: #2686
Approved by: alexlarsson
This commit is contained in:
committed by
Atomic Bot
parent
24398ad1c2
commit
2ea428a541
@@ -422,9 +422,9 @@ operation_done (FlatpakTransaction *transaction,
|
||||
FlatpakTransactionOperationType op_type = flatpak_transaction_operation_get_operation_type (op);
|
||||
|
||||
if (op_type == FLATPAK_TRANSACTION_OPERATION_UNINSTALL)
|
||||
set_op_progress (self, op, FLATPAK_ANSI_GREEN "-" FLATPAK_ANSI_COLOR_RESET);
|
||||
set_op_progress (self, op, "-");
|
||||
else
|
||||
set_op_progress (self, op, FLATPAK_ANSI_GREEN "✓" FLATPAK_ANSI_COLOR_RESET);
|
||||
set_op_progress (self, op, "✓");
|
||||
|
||||
if (flatpak_fancy_output ())
|
||||
redraw (self);
|
||||
|
||||
Reference in New Issue
Block a user