Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix minor bugs #2

Closed
wants to merge 2 commits into from
Closed

fix minor bugs #2

wants to merge 2 commits into from

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

// 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.

None yet

2 participants