mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
fix: PathOption should be open, not sealed
This commit is contained in:
parent
75d2be8803
commit
a562e476c0
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue