Joel Duncan

Results 6 comments of Joel Duncan

Sure I'm using the example: ``` import os from elevate import elevate def is_root(): return os.getuid() == 0 print("before ", is_root()) elevate() print("after ", is_root()) ``` I've found part of...

I like that idea! I think I want to get this Threading issue in the bag before pushing with this though.

I like this! I think I'd like to implement that with radio buttons as suggested by @MitchellHaleUK. I might see if I can get a mock-up tonight and maybe functionality...

Work started on toggle switches very rough implementation that does work but is some ugly code! https://github.com/Slethen/ProtonVPN-Gtk/tree/radio-btn-filter When this is done I'll see about two Dropdowns as suggested by @Rafficer

That's what I was thinking, I'm also trying to clean it up so the function to write the list isn't repeated in the program. At the moment I have this,...

Toggle switches now in master. Standard, Secure Core, Tor & P2P are selectable. I didn't add one for free as free users can't see premium server's and I can't imagine...