We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf431c commit e6e49fbCopy full SHA for e6e49fb
cosmic-settings/src/pages/applications/startup_apps.rs
@@ -225,6 +225,9 @@ impl Page {
225
226
let directory_to_target =
227
directories.get(0).expect("Always at least one directory");
228
+
229
+ _ = std::fs::create_dir_all(directory_to_target.as_path());
230
231
if let Ok(exists) = std::fs::exists(directory_to_target.join(file_name.clone())) {
232
if !exists {
233
// when adding an application, we want to symlink to be more user-friendly
0 commit comments