MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / UpdateCheck

Method UpdateCheck

NeuralNote/Source/Components/UpdateCheck.cpp:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include "UIDefines.h"
8
9UpdateCheck::UpdateCheck()
10{
11 mUrlButton.setButtonText("See update");
12 mUrlButton.setURL(mLatestReleaseUrl);
13 mUrlButton.setFont(UIDefines::LABEL_FONT(), false);
14 mUrlButton.setJustificationType(Justification::centred);
15 mUrlButton.setColour(HyperlinkButton::ColourIds::textColourId, Colours::blue);
16 addAndMakeVisible(mUrlButton);
17}
18
19void UpdateCheck::resized()
20{

Callers

nothing calls this directly

Calls 1

LABEL_FONTFunction · 0.85

Tested by

no test coverage detected