Skip to content

Commit

Permalink
#151: adds a more descriptive label to About Screen, adds screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
rladstaetter committed Nov 5, 2023
1 parent c40377f commit e546fff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object AboutScreen {
val links: Seq[HLink] = Seq(
HLink("https://www.logorrr.app/", "https://www.logorrr.app/")
, HLink("https://www.github.com/rladstaetter/LogoRRR/", "Source code")
, HLink("https://github.com/rladstaetter/LogoRRR/issues/", "Report a bug"))
, HLink("https://github.com/rladstaetter/LogoRRR/issues/", "Request a feature or report a bug"))

case class MonoLabel(text: String, size: Int) extends Label(text) {
setStyle(LogoRRRFonts.jetBrainsMono(size))
Expand Down
Binary file added docs/releases/23.3.0/screenshot-23.3.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class ScreenShotterApp extends javafx.application.Application with CanLog {
val settings: Settings =
fromFile(path)
val updatedSettings = settings.copy(stageSettings = settings.stageSettings.copy(width = width, height = height))
OsxBridge.registerPath(updatedSettings.logFileSettings.values.head.pathAsString)
// OsxBridge.registerPath(updatedSettings.logFileSettings.values.head.pathAsString)
LogoRRRGlobals.set(updatedSettings, getHostServices)
LogoRRRStage(stage).show()
/*
Expand Down

0 comments on commit e546fff

Please sign in to comment.