diff options
| author | dam <dam@gudinoff> | 2024-05-05 00:31:46 +0100 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2024-05-05 00:31:46 +0100 |
| commit | cb6c3caaa285bc8bd12c356d57bbfad86d70c0eb (patch) | |
| tree | beb732467422fea0edc55b1dd4069f06f632167a /ttt.jai | |
| parent | b87e4a141da53cf903a0ab9fc9eb693c85a5c0b4 (diff) | |
| download | task-time-tracker-cb6c3caaa285bc8bd12c356d57bbfad86d70c0eb.tar.zst task-time-tracker-cb6c3caaa285bc8bd12c356d57bbfad86d70c0eb.zip | |
WIP : Cleanup TUI module scope.
Diffstat (limited to 'ttt.jai')
| -rw-r--r-- | ttt.jai | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ error_time_limit := Apollo_Time.{0, 0}; print_error :: (format :string, args : .. Any) { - if TUI.active == false { + if TUI.is_active() == false { print(format, ..args, to_standard_error = true); print("\n"); return; |
