~/hooky

3137ff0a6429f7949292859457e915015559eb58 — Arthur Melton 0c01af2b 2 years ago
spelt firefox wrong
1 files changed, 1 insertions(+), 1 deletions(-)

M data/src/all_data/discord_firefox.rs
M data/src/all_data/discord_firefox.rs => data/src/all_data/discord_firefox.rs +1 -1
@@ 2,7 2,7 @@ use crate::Sends;


impl Sends {
    #[cfg(all(feature = "discord-firefox", target_os = "windows"))]
    pub fn discord_firfox(&mut self) -> Option<()> {
    pub fn discord_firefox(&mut self) -> Option<()> {
        None
    }