mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 17:49:15 +02:00
Fix build errors in some feature configurations
This commit is contained in:
parent
7ee2391cbc
commit
a58b15af7b
3 changed files with 2 additions and 3 deletions
|
@ -21,7 +21,9 @@ use util::app_history_file_path_string;
|
|||
lazy_static! {
|
||||
/// The default history file
|
||||
static ref DEFAULT_HISTORY_FILE: String = app_history_file_path_string();
|
||||
}
|
||||
|
||||
lazy_static! {
|
||||
/// The default client timeout in seconds as a string
|
||||
static ref DEFAULT_TIMEOUT: String = format!("{}", CLIENT_TIMEOUT);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue