mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-06-12 05:07:46 +02:00
fix: PathOption should be open, not sealed
This commit is contained in:
@ -196,7 +196,7 @@ sealed class PatchOption<T>(
|
||||
* A [PatchOption] representing a [Path].
|
||||
* @see PatchOption
|
||||
*/
|
||||
sealed class PathOption(
|
||||
open class PathOption(
|
||||
key: String,
|
||||
default: Path?,
|
||||
title: String,
|
||||
|
Reference in New Issue
Block a user