mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-02 15:11:03 +01:00
anki: remove trailing whitespace
This commit is contained in:
parent
4e97102bd4
commit
e2238e6073
1 changed files with 3 additions and 3 deletions
|
|
@ -223,7 +223,7 @@ in
|
|||
aqt.mw.pm.profile)
|
||||
if not details:
|
||||
return
|
||||
|
||||
|
||||
message_box = QMessageBox(
|
||||
QMessageBox.Icon.Warning,
|
||||
"NixOS Info",
|
||||
|
|
@ -235,11 +235,11 @@ in
|
|||
|
||||
aqt.mw.pm.save = on_preferences_save
|
||||
|
||||
def state_will_change(new_state: aqt.main.MainWindowState,
|
||||
def state_will_change(new_state: aqt.main.MainWindowState,
|
||||
old_state: aqt.main.MainWindowState):
|
||||
if new_state != "profileManager":
|
||||
return
|
||||
|
||||
|
||||
QMessageBox.warning(
|
||||
aqt.mw,
|
||||
"NixOS Info",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue