mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
fix member names
This commit is contained in:
parent
7e7b769c11
commit
8d0f19403a
@ -6,8 +6,8 @@ use feature::Feature;
|
|||||||
use gtk::glib::{Uri, UriFlags};
|
use gtk::glib::{Uri, UriFlags};
|
||||||
|
|
||||||
pub enum Protocol {
|
pub enum Protocol {
|
||||||
Gemini { /*mode: Mode,*/ uri: Uri },
|
Gemini { /*feature: Feature,*/ uri: Uri },
|
||||||
Titan { /*mode: Mode,*/ uri: Uri },
|
Titan { /*feature: Feature,*/ uri: Uri },
|
||||||
Undefined,
|
Undefined,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user