Skip to content

Commit

Permalink
History - do view with time column shown by default
Browse files Browse the repository at this point in the history
  • Loading branch information
akruphi committed Aug 24, 2023
1 parent 2910f0a commit 5ddc98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion far2l/src/hist/history.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ int History::ProcessMenu(FARString &strStr, const wchar_t *Title, VMenu &History
HistoryMenu.AddItem(&DateSeparator);
}

if (Opt.HistoryShowTimes[TypeHistory] == 1) {
if (Opt.HistoryShowTimes[TypeHistory] == 0) {
strRecord.AppendFormat(L"%02u:%02u.%02u ",
(unsigned)ItemST.wHour, (unsigned)ItemST.wMinute, (unsigned)ItemST.wSecond);
StrPrefixLen = strRecord.GetLength();
Expand Down

0 comments on commit 5ddc98e

Please sign in to comment.