diff options
author | saturneric <[email protected]> | 2024-12-01 18:45:53 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-12-01 18:45:53 +0000 |
commit | f15dfc14fb1e68d09b2bad5220824e759e279562 (patch) | |
tree | b5522e569ecba4ab9a914bacec15a67dd5c0f6d6 /src/ui/main_window/MainWindow.cpp | |
parent | fix: discovered bugs on windows platform (diff) | |
download | GpgFrontend-f15dfc14fb1e68d09b2bad5220824e759e279562.tar.gz GpgFrontend-f15dfc14fb1e68d09b2bad5220824e759e279562.zip |
feat: add 'create date' column to key toolbox
Diffstat (limited to 'src/ui/main_window/MainWindow.cpp')
-rw-r--r-- | src/ui/main_window/MainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/main_window/MainWindow.cpp b/src/ui/main_window/MainWindow.cpp index 1fcb14df..2f37e95b 100644 --- a/src/ui/main_window/MainWindow.cpp +++ b/src/ui/main_window/MainWindow.cpp @@ -63,7 +63,7 @@ void MainWindow::Init() noexcept { GpgKeyTableColumn::kTYPE | GpgKeyTableColumn::kNAME | GpgKeyTableColumn::kKEY_ID | GpgKeyTableColumn::kEMAIL_ADDRESS | GpgKeyTableColumn::kUSAGE | GpgKeyTableColumn::kOWNER_TRUST | - GpgKeyTableColumn::kCOMMENT, + GpgKeyTableColumn::kCOMMENT | GpgKeyTableColumn::kCREATE_DATE, this); info_board_ = new InfoBoardWidget(this); |