mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-22 16:45:28 -04:00
[GH-ISSUE #13] Dropdown for EXE on Windows #14
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @The13thTimelord on GitHub (Dec 27, 2024).
Original GitHub issue: https://github.com/Drop-OSS/drop/issues/13
Originally assigned to: @DecDuck on GitHub.
As discussed in the Discord,
I would love to see when adding a game to the library inside of it autoselecting the closest EXE have a drop-down so we are able to manually select the EXE.
For example some games contain Multiple EXEs but only work if a certain one is launched.
@DecDuck commented on GitHub (Dec 27, 2024):
Moved this to the
droprepository since this has to implemented on the server.This should be very doable, and it'll be a sweet feature! When I get around to it, probably tomorrow my time, I'll use one of these 'comboboxes' that Tailwind provides: https://tailwindui.com/components/application-ui/forms/comboboxes
It'll let you search for exe's that Drop has discovered, but also input your own.
@DecDuck commented on GitHub (Dec 30, 2024):
Progress so far!
@quexeky commented on GitHub (Dec 30, 2024):
Does this just include .sh files for Linux or any executable files at all?
@DecDuck commented on GitHub (Dec 30, 2024):
It's based on file extension, so only .sh at the moment.
Dropdown for EXE on Windowsto [GH-ISSUE #13] Dropdown for EXE on Windows