Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Merge pull request #10 from modzero/master #51

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions BappManifest.bmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ Uuid: b2244cbb6953442cb3c82fa0a0d908fa
ExtensionType: 2
Name: Upload Scanner
RepoName: upload-scanner
ScreenVersion: 1.0.8
SerialVersion: 10
ScreenVersion: 1.0.8a
SerialVersion: 12
MinPlatformVersion: 0
ProOnly: True
Author: Tobias 'floyd' Ospelt, modzero AG
ShortDescription: Test file uploads with payloads embedded in meta data for various file formats.
EntryPoint: UploadScanner.py
BuildCommand:
SupportedProducts: Pro
1 change: 1 addition & 0 deletions UploadScanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ def _create_ui(self):

# README
self._aboutJLabel = JLabel(Readme.get_readme(), SwingConstants.CENTER)
self._aboutJLabel.putClientProperty("html.disable", None)

self._callbacks.customizeUiComponent(self._main_jtabedpane)
self._callbacks.customizeUiComponent(self._splitpane)
Expand Down