add: icon resolver
add: config "no_track" file list option add: rainbeam-shared -> tetratto-shared add: l10n
This commit is contained in:
parent
b6fe2fba37
commit
d2ca9e23d3
40 changed files with 1107 additions and 583 deletions
7
crates/core/src/database/drivers/mod.rs
Normal file
7
crates/core/src/database/drivers/mod.rs
Normal file
|
@ -0,0 +1,7 @@
|
|||
pub mod common;
|
||||
|
||||
#[cfg(feature = "sqlite")]
|
||||
pub mod sqlite;
|
||||
|
||||
#[cfg(feature = "postgres")]
|
||||
pub mod postgres;
|
Loading…
Add table
Add a link
Reference in a new issue