You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/commands/api/asciinema.rs
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,10 @@ struct Config {
24
24
}
25
25
26
26
implConfig{
27
+
fnnew_config_notice() -> String{
28
+
"New config file created \nDefault instance will be used: https://asciinema.org \nTo set a custom server run: PowerSession.exe server <url>\n".to_string()
29
+
}
30
+
27
31
fnget_config_file() -> (PathBuf,PathBuf){
28
32
let app_dirs = AppDirs::new(None,true).unwrap();
29
33
let config_root = app_dirs.config_dir.join("PowerSession");
0 commit comments