mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Reduce length of caption in deck viewer
This commit is contained in:
@@ -82,7 +82,7 @@ public class FDeckViewer extends FScreen {
|
||||
}
|
||||
|
||||
private void updateCaption() {
|
||||
cardManager.setCaption(deck.getName() + " - " + currentSection.name());
|
||||
cardManager.setCaption(currentSection.name());
|
||||
}
|
||||
|
||||
private void copyToClipboard() {
|
||||
|
||||
Reference in New Issue
Block a user