mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
fix member names
This commit is contained in:
parent
7e7b769c11
commit
8d0f19403a
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue