Skip to content

Commit c4e2966

Browse files
committed
make Dmenu immutable
1 parent d47ef9f commit c4e2966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qbpm/menus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .log import error, or_phrase
1111

1212

13-
@dataclass
13+
@dataclass(frozen=True)
1414
class Dmenu:
1515
menu_command: list[str]
1616

0 commit comments

Comments
 (0)