mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
update comments
This commit is contained in:
parent
c728d1c001
commit
2fabc6b38e
1 changed files with 2 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ impl Page {
|
||||||
|
|
||||||
// Private helpers
|
// Private helpers
|
||||||
|
|
||||||
// @TODO move outside
|
// @TODO move somewhere outside
|
||||||
fn load_gemini(&self, uri: Uri, is_history: bool) {
|
fn load_gemini(&self, uri: Uri, is_history: bool) {
|
||||||
// Init shared clones
|
// Init shared clones
|
||||||
let cancellable = self.cancellable.borrow().clone();
|
let cancellable = self.cancellable.borrow().clone();
|
||||||
|
|
@ -423,6 +423,7 @@ impl Page {
|
||||||
.identity
|
.identity
|
||||||
.gemini(&self.navigation.request().widget().gobject().text())
|
.gemini(&self.navigation.request().widget().gobject().text())
|
||||||
{
|
{
|
||||||
|
// @TODO delegate to client
|
||||||
Some(pem) => match TlsCertificate::from_pem(&pem) {
|
Some(pem) => match TlsCertificate::from_pem(&pem) {
|
||||||
Ok(certificate) => Some(certificate),
|
Ok(certificate) => Some(certificate),
|
||||||
Err(reason) => todo!("{reason}"),
|
Err(reason) => todo!("{reason}"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue