Skip to content
Snippets Groups Projects
Commit a0fd626c authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Merge branch 'master' of gitlab.utu.fi:nicolas.pope/ftl

parents 81470239 7dd0b180
No related branches found
No related tags found
No related merge requests found
Pipeline #11332 passed
......@@ -187,7 +187,7 @@ SourceWindow::SourceWindow(nanogui::Widget *parent, ftl::ctrl::Master *ctrl)
});
#ifdef HAVE_LIBARCHIVE
auto snapshot = new Button(this, "Snapshot");
auto snapshot = new Button(tools, "Snapshot");
snapshot->setCallback([this] {
try {
char timestamp[18];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment