initial framework for additional screens

This commit is contained in:
2024-01-22 12:49:13 -06:00
parent 687b14334b
commit 8642b1f73a
3 changed files with 26 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ func (a *Assets) cdelete() {
title := "delete asset"
a.confirmDialog.SetTitle(title)
a.confirmData = status_CONFIRM_DELETE_ASSET
bgColor := style.GetColorHex(style.DialogBorderColor)
bgColor := style.GetColorHex(style.DialogSubBoxBorderColor)
fgColor := style.GetColorHex(style.DialogFgColor)
assetName := fmt.Sprintf("[%s:%s:b]ASSET NAME:[:-:-] %s", fgColor, bgColor, selectedItem.item)