mirror of
https://github.com/Xevion/tcp-chat.git
synced 2025-12-06 11:16:39 -06:00
fix QTextEdit not clearing properly, use minimum contrast in initial client color selection, MINIMUM_CONTRAST constant
This commit is contained in:
@@ -3,6 +3,7 @@ from typing import List
|
||||
import webcolors
|
||||
|
||||
HEADER_LENGTH = 10
|
||||
MINIMUM_CONTRAST = 4.65
|
||||
|
||||
|
||||
class Types:
|
||||
|
||||
Reference in New Issue
Block a user