Skip to content

Commit

Permalink
improve formatting of comment regarding uncached variables
Browse files Browse the repository at this point in the history
  • Loading branch information
SpoilerRules committed Nov 12, 2024
1 parent 816f1bb commit ce34106
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main/kotlin/com/spoiligaming/explorer/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,7 @@ fun main(args: Array<String>) {
application {
val density = LocalDensity.current

/*
* Note:
* The following three variables are not currently cached because it is unclear
* whether they need to be dynamic.
*/
// Note: The following three variables are not cached as it's unclear whether they need to be dynamic.
val windowScale =
WindowUtility.windowScaleMapping[themeSettings.windowScale]
?: WindowUtility.windowScaleMapping[windowProperties.previousScale]
Expand Down

0 comments on commit ce34106

Please sign in to comment.