Skip to content

fix minor bugs#2

Closed
swyxio wants to merge 2 commits intobreadthe:mainfrom
swyxio:main
Closed

fix minor bugs#2
swyxio wants to merge 2 commits intobreadthe:mainfrom
swyxio:main

Conversation

@swyxio
Copy link
Contributor

@swyxio swyxio commented Sep 4, 2022

fixes added:

  1. npm tauri dev to dev the tauri version otherwise whole thing doesnt work
  2. added more native menu items (but somehow keyboard shortcut paste doesnt work)
  3. passed in directory string for other computers not named zagreus
  4. text-black font color for filling in text

async fn stable_diffusion_command(directory: String, command: String) -> String {
// let stable_diffusion_directory = Path::new("/Users/zagreus/code/ml/stable-diffusion");
let stable_diffusion_directory = "/Users/zagreus/code/ml/stable-diffusion";
let stable_diffusion_directory = directory; // "/Users/zagreus/code/ml/stable-diffusion";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just embarrassing. I totally didn't mean to leave this hardcoded 😛

@breadthe
Copy link
Owner

breadthe commented Sep 4, 2022

Excellent! You fixed the things I mixed 🙇‍♂️
I'm taking all of it, but I need to incorporate the stuff from App.svelte into a new component that I extracted.

@breadthe
Copy link
Owner

breadthe commented Sep 4, 2022

I've incorporated these changes. Thanks a bunch! Will create a new release soon.

@breadthe breadthe closed this Sep 4, 2022
@swyxio
Copy link
Contributor Author

swyxio commented Sep 5, 2022

sounds good :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants