Implemented right-click menu to remove or download loot (files/screenshots).
This commit is contained in:
@@ -3,7 +3,7 @@ import ../utils/fonticon/IconsFontAwesome6
|
||||
const CONQUEST_ROOT* {.strdefine.} = ""
|
||||
|
||||
const WIDGET_SESSIONS* = " " & ICON_FA_LIST & " " & "Sessions [Table View]"
|
||||
const WIDGET_LISTENERS* = " " & ICON_FA_HEADPHONES & " " & "Listeners"
|
||||
const WIDGET_LISTENERS* = " " & ICON_FA_SATELLITE_DISH & " " & "Listeners"
|
||||
const WIDGET_EVENTLOG* = "Eventlog"
|
||||
const WIDGET_DOWNLOADS* = " " & ICON_FA_DOWNLOAD & " " & "Downloads"
|
||||
const WIDGET_SCREENSHOTS* = " " & ICON_FA_IMAGE & " " & "Screenshots"
|
||||
|
||||
Reference in New Issue
Block a user