Kenneth Chew
Kenneth Chew
> Currently you can launch in offline mode by setting the `--profile` option to the name of an offline account. This workaround won't work anymore once offline accounts are removed...
> We should have a compile option like DLauncher_updater_enable which would add an update button which would download the latest platform build. Do these build config options work for this,...
See #644 — I accidentally wrote the commit hash as the version instead of the actual version number. I haven’t had time to get around to fixing this yet, unfortunately....
For anyone who wants to try to implement the Windows updater, #479 provides some code to make that easier. It'll essentially boil down to the following: 1. Link to the...
IIRC I had the installer close PolyMC if it is running before installation.
Excluding it from exports by default makes sense to me, since I don't really see any reason that needs to be backed up. Isn't the `accounts.json` that PolyMC stores a...
> I'd like to see this, but I also wonder what the resource usage will be like with fast updates of lists with images. Apps usually handle that problem by...
According to these Stack Overflow questions, it may be possible to get the text cursor location using the accessibility API: https://stackoverflow.com/questions/19315250/how-to-find-absolute-value-of-caret-position-in-pixels-using-cocoa-in-macos https://stackoverflow.com/questions/50214342/native-caret-position-macos-cocoa https://stackoverflow.com/questions/6544311/how-to-get-global-screen-coordinates-of-currently-selected-text-via-accessibilit ...however I'm not sure if these solutions...
> It does query quilt mods tho. No it doesn't, it only queries mods marked as Fabric https://github.com/PolyMC/PolyMC/blob/27239b2dde3b2d6ea300cf4a80518258caae07b1/launcher/modplatform/flame/FlameAPI.h#L62-L73 Mods marked as Quilt-only and not Fabric won't be included
I remember when I first added these, I tried to figure out how to get rid of the icons. There's a setting in Qt to not [show the icon in...