Skip to content

Commit

Permalink
lighttable: print version string in settings expander
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Jun 14, 2024
1 parent a7b9b30 commit 29c7f9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/render_lighttable.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// the imgui render functions for the lighttable view
#include "core/version.h"
#include "gui/view.h"
#include "gui/gui.h"
#include "db/thumbnails.h"
Expand Down Expand Up @@ -518,6 +519,8 @@ void render_lighttable_right_panel()
nk_layout_row_dynamic(&vkdt.ctx, row_height, 1);
if(nk_button_label(ctx, "hotkeys"))
dt_gui_edit_hotkeys();

nk_label(&vkdt.ctx, "vkdt version "VKDT_VERSION, NK_TEXT_LEFT);
nk_tree_pop(ctx);
}

Expand Down

0 comments on commit 29c7f9c

Please sign in to comment.