comments on setting the settings from the gui

This commit is contained in:
Chris Cochrun 2023-09-22 15:59:42 -05:00
parent c97f02621b
commit c6399e4cc9

View file

@ -12,6 +12,8 @@ mod settings {
type QUrl = cxx_qt_lib::QUrl; type QUrl = cxx_qt_lib::QUrl;
} }
// In order for settings to save to the ini file,
// I'll need to create my own setting functions I think.
#[derive(Clone)] #[derive(Clone)]
#[cxx_qt::qobject] #[cxx_qt::qobject]
pub struct Settings { pub struct Settings {