Fix build when desktop feature is disabled
This commit is contained in:
parent
03b6b6bb45
commit
8dd26b6ca0
1 changed files with 4 additions and 0 deletions
|
|
@ -70,6 +70,10 @@ impl ThumbnailerCache {
|
|||
thumbnailer_cache
|
||||
}
|
||||
|
||||
#[cfg(not(feature = "desktop"))]
|
||||
pub fn reload(&mut self) {}
|
||||
|
||||
#[cfg(feature = "desktop")]
|
||||
pub fn reload(&mut self) {
|
||||
use crate::localize::LANGUAGE_SORTER;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue