xbmc / Official-Kodi-Remote-iOS

Full-featured remote control for XBMC Media Center. It features library browsing, now playing informations and a direct remote control.
Other
221 stars 104 forks source link

About confirming power menu actions #1116

Open wutschel opened 1 month ago

wutschel commented 1 month ago

When selecting actions from the power menu (e.g. "Power off System", "Quit Kodi application" or "Update Audio Library") there is a popup to confirm the action ("Are you sure you want to ...?"). Users can still abort the action here, in case the action was selected by fault. This confirmation popup was available for iPhone since long time (before version 1.6), but for iPad it just came (in TestFlight builds after version 1.15) through a code unification between iPad and iPhone.

Personally, I am not bothered by this, as it at least avoids executing unintended actions on Kodi/System or on the library. But there is user feedback from the support forum to make this configurable (see forum post).

wutschel commented 1 month ago

@fuzzard, @kambala-decapitator, any opinion on this?

kambala-decapitator commented 1 month ago

why not. Could be implemented like on desktop platforms with an additional button "don't ask again"

wutschel commented 1 month ago

Could be done, but it is adding more complexity where I don't feel it is worth it. What about removing the confirmation fully vs. keeping them always (= like it is now).