We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32e0bd commit 27c4680Copy full SHA for 27c4680
src/main.rs
@@ -5,7 +5,6 @@ use crate::button::{
5
};
6
use crate::log::InfoPanel;
7
use crate::update::UpdateButton;
8
-use anyhow::Result;
9
use button::DonateButton;
10
use config::Config;
11
use dioxus::desktop::tao::platform::windows::{IconExtWindows, WindowBuilderExtWindows};
@@ -26,12 +25,6 @@ mod sq;
26
25
mod steamless;
27
mod update;
28
29
-#[derive(Clone, Routable, Debug, PartialEq)]
30
-enum Route {
31
- #[route("/")]
32
- App {},
33
-}
34
-
35
#[cfg(feature = "bundle")]
36
const ASSETS: &str = "assets";
37
#[cfg(not(feature = "bundle"))]
0 commit comments