Skip to content

Commit

Permalink
Improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
sghpjuikit committed Dec 7, 2024
1 parent 775a9e0 commit 5a05512
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/player/main/sp/it/pl/plugin/impl/StartScreen.kt
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ class StartScreen: PluginBase() {
override val name = "Start Screen"
override val description = buildString {
append("Provides start screen overlay similar to the one in Windows 8.").append(" ")
append("The content is managed like in any other window, using containers and components.")
append("The content is fully customizable like any ordinary window.").append(" ")
append("The content supports pasing any data from clipboard and drag&drop as well.")
}
override val isSupported = Os.WINDOWS.isCurrent
override val isSingleton = true
Expand Down

0 comments on commit 5a05512

Please sign in to comment.