Skip to content
Snippets Groups Projects

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

Merged Nicolas Pope requested to merge revert-0c985b45 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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];
Loading