mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 20:56:43 +01:00
wip: refactor pt.27: 13 errors
This commit is contained in:
parent
7384950302
commit
4522ebaa4b
4 changed files with 81 additions and 84 deletions
|
|
@ -25,7 +25,7 @@ pub enum PhrasePoolMode {
|
|||
}
|
||||
|
||||
impl<E: Engine> PhrasePoolView<E> {
|
||||
pub fn new (model: Vec<Arc<RwLock<Phrase>>>) -> Self {
|
||||
pub fn new (model: PhrasePoolModel) -> Self {
|
||||
Self {
|
||||
_engine: Default::default(),
|
||||
scroll: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue