Skip to content

Commit

Permalink
Rename error applet config struct
Browse files Browse the repository at this point in the history
  • Loading branch information
FenrirWolf committed Feb 23, 2024
1 parent a75ac1f commit cd30981
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ctru-rs/src/applets/error.rs
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
//! Error applet
//!
//! This applet displays error text as a pop-up message on the lower screen.
#![doc(alias = "Error")]

use crate::services::{apt::Apt, gfx::Gfx};

use ctru_sys::errorConf;

/// Configuration struct to set up the Error applet.
#[doc(alias = "errorConf")]
pub struct ErrorApplet {
pub struct PopUp {
state: Box<errorConf>,
}

Expand Down

0 comments on commit cd30981

Please sign in to comment.