Open SergioRibera opened 1 year ago
Currently the clipboard data goes together with the settings and should be separated
settings.rs
pub struct AppSettings { // ... // Move to other struct and save into other file clipboard: Vec<ClipboardItem>, // ... }
It's probably also good to make better code for the data saving and loading system.
This fix is probably related to this other issue
Currently the clipboard data goes together with the settings and should be separated
settings.rs
It's probably also good to make better code for the data saving and loading system.
This fix is probably related to this other issue