mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-01 05:44:24 +02:00
fix: PathOption should be open, not sealed
This commit is contained in:
parent
75d2be8803
commit
a562e476c0
@ -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…
x
Reference in New Issue
Block a user