mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-10-17 16:34:31 +02:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
6f05ac6bf0 |
@@ -23,7 +23,10 @@ interface IUserInterface {
|
|||||||
|
|
||||||
fun showCancellationDialog(): CancellationResult = CancellationResult.QUIT
|
fun showCancellationDialog(): CancellationResult = CancellationResult.QUIT
|
||||||
|
|
||||||
fun showUpdateConfirmationDialog(oldVersions: List<Pair<String, String?>>, newVersions: List<Pair<String, String?>>): UpdateConfirmationResult = UpdateConfirmationResult.CANCELLED
|
fun showUpdateConfirmationDialog(oldVersions: List<Pair<String, String?>>, newVersions: List<Pair<String, String?>>): UpdateConfirmationResult {
|
||||||
|
// Always update metadata when using the CLI
|
||||||
|
return UpdateConfirmationResult.UPDATE
|
||||||
|
}
|
||||||
|
|
||||||
fun awaitOptionalButton(showCancel: Boolean, timeout: Long)
|
fun awaitOptionalButton(showCancel: Boolean, timeout: Long)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user