fix member names

This commit is contained in:
yggverse 2025-01-15 06:48:49 +02:00
parent 7e7b769c11
commit 8d0f19403a

View File

@ -6,8 +6,8 @@ use feature::Feature;
use gtk::glib::{Uri, UriFlags};
pub enum Protocol {
Gemini { /*mode: Mode,*/ uri: Uri },
Titan { /*mode: Mode,*/ uri: Uri },
Gemini { /*feature: Feature,*/ uri: Uri },
Titan { /*feature: Feature,*/ uri: Uri },
Undefined,
}