add readme and name
This commit is contained in:
parent
65e5364320
commit
048dec3e6b
4 changed files with 79 additions and 3 deletions
|
|
@ -124,7 +124,7 @@ impl Config {
|
|||
fn get_config_path() -> Result<PathBuf, Box<dyn std::error::Error>> {
|
||||
let config_dir = dirs::config_dir()
|
||||
.ok_or("Could not determine config directory")?
|
||||
.join("ollama-chat");
|
||||
.join("ollama-chat-gtk4");
|
||||
|
||||
Ok(config_dir.join("config.toml"))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ mod markdown_renderer;
|
|||
mod ui;
|
||||
mod config;
|
||||
|
||||
const APP_ID: &str = "com.example.ollama-chat";
|
||||
const APP_ID: &str = "com.example.ollama-chat-gtk4";
|
||||
|
||||
fn main() -> glib::ExitCode {
|
||||
let app = Application::builder().application_id(APP_ID).build();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue