Add welcome wizard, desktop entry, and Nautilus extension

This commit is contained in:
2026-03-06 11:18:28 +02:00
parent 9ad70c960b
commit cfd2660b95
4 changed files with 321 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ mod processing;
mod settings;
mod step_indicator;
mod steps;
mod welcome;
mod wizard;
use gtk::prelude::*;