renamed main_icon.png to icon.png
This commit is contained in:
parent
8919d0d83e
commit
eaf4b8cb2b
|
@ -1,6 +1,6 @@
|
||||||
/target
|
/target
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
test_server/*
|
test_server/*
|
||||||
main_icon.png
|
icon.png
|
||||||
motd.json
|
motd.json
|
||||||
whitelist.json
|
whitelist.json
|
||||||
|
|
|
@ -115,7 +115,7 @@ fn motd() -> String {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn favicon() -> Option<String> {
|
fn favicon() -> Option<String> {
|
||||||
let file_path = "./main_icon.png";
|
let file_path = "./icon.png";
|
||||||
|
|
||||||
let mut file = match File::open(file_path) {
|
let mut file = match File::open(file_path) {
|
||||||
Ok(file) => file,
|
Ok(file) => file,
|
||||||
|
|
Loading…
Reference in New Issue