akshgpt7 / MarvellOS

A basic operating system GUI mock-up built using python's GUI module Tkinter.
20 stars 20 forks source link

Upload Image Feature Added #30

Closed NiharikaVadlamudi closed 3 years ago

NiharikaVadlamudi commented 3 years ago

There's a tiny issue of a blank screen after you upload the image. Apart from that, the functionality is proper, the user uploaded image will get added to the sample_pictures (Gallery Storage folder) . Reformatted code for nxt() back() [It was hardcoded before]

akshgpt7 commented 3 years ago

@NiharikaVadlamudi I see that the image is successfully being added to the folder, but it doesn't show up in the app even on restarting it. The last image comes twice. Is it displayed correctly in your case?

akshgpt7 commented 3 years ago

@NiharikaVadlamudi You don't need to close a PR and make a new one to make changes to it. You can push to the same branch, and they'll be updated automatically.